1 | import "./index-bar.css";
|
2 | import { attachPropertiesToComponent } from '../../utils/attach-properties-to-component';
|
3 | import { Panel } from './panel';
|
4 | import { IndexBar } from './index-bar';
|
5 | export default attachPropertiesToComponent(IndexBar, {
|
6 | Panel
|
7 | }); |
\ | No newline at end of file |