Files
Rocketmc/apps/app/src/pages/index.js
2024-07-04 21:46:29 -07:00

7 lines
185 B
JavaScript

import Index from './Index.vue'
import Browse from './Browse.vue'
import Library from './Library.vue'
import Settings from './Settings.vue'
export { Index, Browse, Library, Settings }