refactor(projects): all file and folder use kebab-case
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import TopChart from './TopChart/index.vue';
|
||||
import DataCard from './DataCard/index.vue';
|
||||
import BottomPart from './BottomPart/index.vue';
|
||||
import TopChart from './top-chart/index.vue';
|
||||
import DataCard from './data-card/index.vue';
|
||||
import BottomPart from './bottom-part/index.vue';
|
||||
|
||||
export { TopChart, DataCard, BottomPart };
|
||||
|
||||
Reference in New Issue
Block a user