Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Dec 12, 2023
1 parent 1c4b691 commit e103b69
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions Source/Layout/Base.astro
Original file line number Diff line number Diff line change
Expand Up @@ -52,14 +52,11 @@ import { ViewTransitions } from "astro:transitions";
<ViewTransitions />
</Head>
<body>
<!-- TODO Generate the ID here -->
<div id="">
<div class="grow">
<slot />
</div>
<script>
import "@Script/Firebase";
</script>
<div class="grow">
<slot />
</div>
<script>
import "@Script/Firebase";
</script>
</body>
</html>

0 comments on commit e103b69

Please sign in to comment.