WholeProcessPlatform/frontend/src/layout/components/index.ts

3 lines
102 B
TypeScript
Raw Normal View History

2026-03-25 10:02:19 +08:00
export { default as Navbar } from './Navbar.vue';
export { default as AppMain } from './AppMain.vue';