forked from didirus/AstralRinth
* initial set of fixes (toggle sidebar, profile pagination) * more fixes, bump version * fix lint: * fix quick switcher ordering
6 lines
122 B
JavaScript
6 lines
122 B
JavaScript
import Index from './Index.vue'
|
|
import Mods from './Mods.vue'
|
|
import Logs from './Logs.vue'
|
|
|
|
export { Index, Mods, Logs }
|