aboutsummaryrefslogtreecommitdiff
path: root/src/layouts/PageLayout.astro
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/PageLayout.astro')
-rw-r--r--src/layouts/PageLayout.astro9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/layouts/PageLayout.astro b/src/layouts/PageLayout.astro
deleted file mode 100644
index eff37fb..0000000
--- a/src/layouts/PageLayout.astro
+++ /dev/null
@@ -1,9 +0,0 @@
----
-import BaseLayout from "./BaseLayout.astro";
-
-const { title, description } = Astro.props;
----
-
-<BaseLayout title={title} description={description}>
- <slot />
-</BaseLayout>