|
|
@ -1,13 +1,10 @@
|
|
|
|
<script>
|
|
|
|
<script>
|
|
|
|
import Construction from "$lib/Construction.svelte";
|
|
|
|
|
|
|
|
import Footer from "$lib/footer/Footer.svelte";
|
|
|
|
import Footer from "$lib/footer/Footer.svelte";
|
|
|
|
|
|
|
|
|
|
|
|
import "../../app.css";
|
|
|
|
import "../../app.css";
|
|
|
|
</script>
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="bg-gray-100 dark:bg-gray-900 text-black dark:text-white">
|
|
|
|
<div class="bg-gray-100 dark:bg-gray-900 text-black dark:text-white">
|
|
|
|
<Construction />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="min-h-screen">
|
|
|
|
<div class="min-h-screen">
|
|
|
|
<slot />
|
|
|
|
<slot />
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|