We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a8037 commit 699c1d3Copy full SHA for 699c1d3
src/pages/contact.astro
@@ -0,0 +1,7 @@
1
+---
2
+import Layout from "../layouts/home.astro";
3
+import { Icon } from "astro-icon/components";
4
5
+
6
+<Layout title="Contact">
7
+</Layout>
0 commit comments