feat: PageHeader migration start

This commit is contained in:
Calum H. (IMB11)
2026-06-26 17:09:22 +01:00
parent b72c319569
commit 69ba34a8ad
7 changed files with 1038 additions and 378 deletions
-4
View File
@@ -11,7 +11,6 @@ import {
import type { BrowseInstallContentType, CardAction, ProjectType, Tags } from '@modrinth/ui'
import {
BrowsePageLayout,
BrowseSidebar,
commonMessages,
CreationFlowModal,
defineMessages,
@@ -1119,8 +1118,5 @@ provideBrowseManager({
@browse-modpacks="() => {}"
@create="handleServerModpackFlowCreate"
/>
<Teleport to="#sidebar-teleport-target">
<BrowseSidebar />
</Teleport>
</div>
</template>