diff options
Diffstat (limited to 'src/pages/en/contact.astro')
| -rw-r--r-- | src/pages/en/contact.astro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/en/contact.astro b/src/pages/en/contact.astro new file mode 100644 index 0000000..ef69d6e --- /dev/null +++ b/src/pages/en/contact.astro @@ -0,0 +1,5 @@ +--- +import ContactPageLayout from "../../layouts/ContactPageLayout.astro"; +--- + +<ContactPageLayout />
\ No newline at end of file |
