This commit is contained in:
Max Richter
2025-09-26 12:42:06 +02:00
parent deae5acac8
commit ae5cd8481a
17 changed files with 649 additions and 233 deletions

View File

@@ -1,12 +1,13 @@
<script lang="ts">
import '../app.css';
import favicon from '$lib/assets/favicon.svg';
import '../app.css';
let { children } = $props();
</script>
<svelte:head>
<link rel="icon" href={favicon} />
<title>Marka Playground</title>
<script src="/wasm_exec.js"></script>
</svelte:head>

View File

@@ -5,7 +5,9 @@
<div class="bg-background text-foreground flex min-h-screen flex-col">
<Header />
<Playground />
<div class="flex flex-1 overflow-hidden">
<Playground />
</div>
</div>
<style>