Skip to content

Commit 4f4df55

Browse files
Fix build errors
1 parent 9eb977a commit 4f4df55

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

src/components/Page.tsx

Lines changed: 0 additions & 47 deletions
This file was deleted.

src/layouts/Main.astro

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
import Page from "../components/Page.astro";
33
import Masthead from "../components/Masthead.astro";
44
import Navigation from "../components/Navigation.astro";
5-
6-
const { title } = Astro.props;
7-
8-
const mainContainerId = "main-content";
95
---
106

117
<Page>

0 commit comments

Comments
 (0)