Polarcraft/webv2/app.vue
Xeovalyte c433e25fba
Some checks failed
Build and Deploy / Deploy Web (push) Failing after 1s
Build and Deploy / Deploy Discord Bot (push) Failing after 1s
feat: Added intial dashboard and minecraft connection
2023-06-13 16:29:47 +02:00

8 lines
139 B
Vue

<template>
<div class="min-h-screen w-full overflow-y-auto bg-gray-900">
<NuxtLayout />
<UNotifications />
</div>
</template>