feat: Add new navigation sidebar and instance description block on /

This commit is contained in:
Jesse Wierzbinski 2024-04-25 13:04:45 -10:00
parent b105c40807
commit 9467cef34b
No known key found for this signature in database
11 changed files with 251 additions and 6 deletions

View file

@ -1,5 +1,6 @@
<template>
<div class="from-dark-600 to-dark-900 bg-gradient-to-tl min-h-dvh">
<SidebarsNavigation />
<slot />
</div>
</template>