mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 01:54:47 +00:00
Migrate to Turborepo (#1251)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<NuxtLayout>
|
||||
<ModrinthLoadingIndicator />
|
||||
<Notifications />
|
||||
<NuxtPage />
|
||||
</NuxtLayout>
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import ModrinthLoadingIndicator from '~/components/ui/modrinth-loading-indicator.ts'
|
||||
import Notifications from '~/components/ui/Notifications.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user