* feat: clean up edge case behaviour and add queued to install logic * fix: remove version choice modal * feat: queued flow * feat: standardize headers in app on proj pages * fix: clear btn * feat: installing floating popup * fix: lint * fix: onboarding/reset logic change for modpacks * qa: big ol qa * fix: lint * fix: lint --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
8 lines
362 B
TypeScript
8 lines
362 B
TypeScript
export { default as SelectedProjectsFloatingBar } from './components/SelectedProjectsFloatingBar.vue'
|
|
export * from './composables'
|
|
export { default as BrowseInstallHeader } from './header.vue'
|
|
export { default as BrowsePageLayout } from './layout.vue'
|
|
export * from './providers'
|
|
export { default as BrowseSidebar } from './sidebar.vue'
|
|
export * from './types'
|