diff --git a/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts b/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts index 1d16b7fd..9989b7bc 100644 --- a/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts +++ b/resources-front-end/packages/fate-ui-component/lib/components/Selection/index.ts @@ -1,10 +1,10 @@ -import './selection.scss'; -import FSelection from './Selection.vue'; -import FSelectionChart from './SelectionChart.vue'; - -const SelectionInstall = (app: any) => { - app.component('FSelection', FSelection) - app.component('FSelectionChart', FSelectionChart) -} - -export default SelectionInstall \ No newline at end of file +import './Selection.scss'; +import FSelection from './Selection.vue'; +import FSelectionChart from './SelectionChart.vue'; + +const SelectionInstall = (app: any) => { + app.component('FSelection', FSelection) + app.component('FSelectionChart', FSelectionChart) +} + +export default SelectionInstall