mirror of
https://github.com/m1k1o/neko.git
synced 2024-07-24 14:40:50 +12:00
8 lines
104 B
TypeScript
8 lines
104 B
TypeScript
import Components from './component.vue'
|
|
import Tabs from './tab.vue'
|
|
|
|
export {
|
|
Components,
|
|
Tabs,
|
|
}
|