File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/ui/src/components/nav Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
</template >
8
8
<script setup lang="ts">
9
9
import { NotificationPanel , provideNotificationManager } from " @modrinth/ui" ;
10
- import { FrontendNotificationManager } from " ./providers/web-notifications.ts" ;
11
10
import ModrinthLoadingIndicator from " ~/components/ui/modrinth-loading-indicator.ts" ;
11
+ import { FrontendNotificationManager } from " ./providers/frontend-notifications.ts" ;
12
12
13
13
provideNotificationManager (new FrontendNotificationManager ());
14
14
</script >
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ onMounted(() => {
139
139
140
140
withDefaults (
141
141
defineProps <{
142
- hasSidebar: boolean
142
+ hasSidebar? : boolean
143
143
}>(),
144
144
{
145
145
hasSidebar: false ,
You can’t perform that action at this time.
0 commit comments