aboutsummaryrefslogtreecommitdiff
path: root/apps/website/src/pages/contact.astro
diff options
context:
space:
mode:
Diffstat (limited to 'apps/website/src/pages/contact.astro')
-rw-r--r--apps/website/src/pages/contact.astro13
1 files changed, 13 insertions, 0 deletions
diff --git a/apps/website/src/pages/contact.astro b/apps/website/src/pages/contact.astro
new file mode 100644
index 0000000..0dc70bd
--- /dev/null
+++ b/apps/website/src/pages/contact.astro
@@ -0,0 +1,13 @@
+---
+import Section from '@components/base/Section.astro';
+import Layout from '@layouts/Layout.astro';
+
+---
+
+<Layout>
+
+ <Section>
+
+ </Section>
+
+</Layout>