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