mirror of
https://github.com/ershisan99/coolify.git
synced 2026-01-23 12:34:26 +00:00
wip
This commit is contained in:
7
apps/client/src/routes/+layout.svelte
Normal file
7
apps/client/src/routes/+layout.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="ts">
|
||||
import '../app.postcss';
|
||||
</script>
|
||||
|
||||
<div class="h-full">
|
||||
<slot />
|
||||
</div>
|
||||
Reference in New Issue
Block a user