style: atualiza todo design interno da aplicacao
This commit is contained in:
8
app/layouts/protected.vue
Normal file
8
app/layouts/protected.vue
Normal file
@@ -0,0 +1,8 @@
|
||||
<template>
|
||||
<div class="min-h-screen bg-[#f5f5f5] font-sans text-[#0c0a09] lg:flex">
|
||||
<Sidebar />
|
||||
<div class="min-w-0 flex-1">
|
||||
<slot />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user