feat: unified package

This commit is contained in:
wommy 2024-11-21 18:16:29 -05:00
parent f850db23fe
commit 0f42a4d580
335 changed files with 18102 additions and 19926 deletions

14
layouts/blank.vue Normal file
View file

@ -0,0 +1,14 @@
<template>
<div class="text-white max-h-screen h-screen overflow-hidden bg-bg">
<Nuxt />
</div>
</template>
<script>
export default {
mounted() {
document.body.classList.remove('app-bar', 'app-bar-and-toolbar')
document.body.classList.add('no-bars')
}
}
</script>