5 lines
218 B
TypeScript
5 lines
218 B
TypeScript
|
|
// Navigation
|
||
|
|
export { default as Top_Navigation } from './layouts/Top.vue'
|
||
|
|
export { default as Bottom_Navigation } from './layouts/Bottom.vue'
|
||
|
|
export { default as Direction_Navigation } from './layouts/Direction.vue'
|