<script lang="ts">
  import "$/lib/console";
  import "../app.css";
  import "$lib/fonts/all-local-after-woff2.css";
  const { children } = $props();
</script>

<div
  class="w-screen h-screen fixed top-0 left-0 bg-black text-white p-4 overflow-y-auto"
>
  {@render children()}
</div>