refactor(project): business changed its name to effects, and universal-ui changed its name to common-ui
This commit is contained in:
11
packages/effects/layouts/src/widgets/index.ts
Normal file
11
packages/effects/layouts/src/widgets/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export { default as Breadcrumb } from './breadcrumb.vue';
|
||||
export { default as AuthenticationColorToggle } from './color-toggle.vue';
|
||||
export { default as CozeAssistant } from './coze-assistant.vue';
|
||||
export * from './global-search';
|
||||
export { default as LanguageToggle } from './language-toggle.vue';
|
||||
export { default as AuthenticationLayoutToggle } from './layout-toggle.vue';
|
||||
export * from './lock-screen';
|
||||
export * from './notification';
|
||||
export * from './preferences';
|
||||
export * from './theme-toggle';
|
||||
export * from './user-dropdown';
|
Reference in New Issue
Block a user