You've already forked AstralRinth
forked from didirus/AstralRinth
* Remove unneeded style * Base modpack wire up * Run lint * Thats not supposed to be there * Remove errant class * Fix safety * Username => ID * fix id missing * Fix bug with clicking * remove unnecessary * Update Versions.vue * Addressed changes * Lintttt
7 lines
185 B
JavaScript
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 }
|