mirror of
https://github.com/modrinth/code.git
synced 2026-08-31 03:55:59 +00:00
* cleaup app layout, add missing translations to it * remove feature flag in backend * add app-messages * clean up nav slightly * allow more than 3 quick instances * make quick instances resizable
8 lines
212 B
JavaScript
8 lines
212 B
JavaScript
import Browse from './Browse.vue'
|
|
import Index from './Index.vue'
|
|
import Servers from './Servers.vue'
|
|
import Skins from './Skins.vue'
|
|
import User from './User.vue'
|
|
|
|
export { Browse, Index, Servers, Skins, User }
|