mirror of
https://github.com/modrinth/code.git
synced 2026-07-31 13:16:38 +00:00
* feat: blocking api interfaces * feat: block action on user pages + shared instance flows * feat: safety settings subpage * feat: interaction source settings * feat: finish social settings * feat: profile settings xplat * fix: prepr * feat: click on friends * default instance -> game options & fix feature flag width * fix: scroll indicators --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
11 lines
833 B
TypeScript
11 lines
833 B
TypeScript
export { default as AccountProfileSettings } from './AccountProfileSettings.vue'
|
|
export { default as AccountSocialSettings } from './AccountSocialSettings.vue'
|
|
export { default as ServersManageAccessPage } from './hosting/manage/[id]/access/access.vue'
|
|
export { default as ServerOnboardingPanelPage } from './hosting/manage/[id]/onboarding.vue'
|
|
export { default as ServersManageBackupsPage } from './hosting/manage/backups.vue'
|
|
export { default as ServersManageContentPage } from './hosting/manage/content.vue'
|
|
export { default as ServersManageFilesPage } from './hosting/manage/files.vue'
|
|
export { default as ServersManagePageIndex } from './hosting/manage/index.vue'
|
|
export { default as ServersManageOverviewPage } from './hosting/manage/overview.vue'
|
|
export { default as ServersManageRootLayout } from './hosting/manage/root.vue'
|