mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-12-06 08:16:02 +08:00
refactor(projects): all file and folder use kebab-case
This commit is contained in:
9
src/layouts/common/setting-drawer/components/index.ts
Normal file
9
src/layouts/common/setting-drawer/components/index.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import DrawerButton from './drawer-button/index.vue';
|
||||
import DarkMode from './dark-mode/index.vue';
|
||||
import LayoutMode from './layout-mode/index.vue';
|
||||
import ThemeColorSelect from './theme-color-select/index.vue';
|
||||
import PageFunc from './page-func/index.vue';
|
||||
import PageView from './page-view/index.vue';
|
||||
import ThemeConfig from './theme-config/index.vue';
|
||||
|
||||
export { DrawerButton, DarkMode, LayoutMode, ThemeColorSelect, PageFunc, PageView, ThemeConfig };
|
||||
Reference in New Issue
Block a user