mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
8 lines
94 B
Svelte
8 lines
94 B
Svelte
<script lang="ts">
|
|
import '../app.postcss';
|
|
</script>
|
|
|
|
<div class="h-full">
|
|
<slot />
|
|
</div>
|