Skip to content

Commit

Permalink
Remove placeholder components
Browse files Browse the repository at this point in the history
  • Loading branch information
clmay committed Apr 24, 2024
1 parent c5d9c52 commit 33d6340
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 39 deletions.
1 change: 0 additions & 1 deletion astro/astro-sandbox/src/components/Footer.svelte

This file was deleted.

33 changes: 0 additions & 33 deletions astro/astro-sandbox/src/components/Menu.svelte

This file was deleted.

6 changes: 1 addition & 5 deletions astro/astro-sandbox/src/pages/index.astro
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
---
import Header from "@components/Header.svelte";
import Menu from "@components/Menu.svelte";
import Footer from "@components/Footer.svelte";
import Grid from "@components/Grid.svelte";
export let sitename = "Stmmr";
Expand All @@ -22,9 +20,7 @@ export let username = "john_doe";
<body class="bg-gray-50">
<Header {sitename} {username} />
<main class="mx-auto max-w-screen-xl">
<Menu />
<Grid />
</main>
<Footer />
</body>
</html>} />
</html>

0 comments on commit 33d6340

Please sign in to comment.