4 lines
174 B
TypeScript
Raw Normal View History

2025-03-10 13:48:17 +08:00
export { default as Navbar } from './Navbar/index.vue';
export { default as TagsView } from './TagsView/index.vue';
export { default as AppMain } from './AppMain/index.vue';