8 lines
175 B
Vue
8 lines
175 B
Vue
<template>
|
|
<div class="flex h-screen flex-col overflow-hidden bg-kestrel-bg font-mono text-kestrel-text">
|
|
<AppShell>
|
|
<slot />
|
|
</AppShell>
|
|
</div>
|
|
</template>
|