diff options
Diffstat (limited to 'src/pages/en')
| -rw-r--r-- | src/pages/en/contact.astro | 5 | ||||
| -rw-r--r-- | src/pages/en/index.astro | 5 | ||||
| -rw-r--r-- | src/pages/en/portfolio.astro | 5 | ||||
| -rw-r--r-- | src/pages/en/trajectory.astro | 5 |
4 files changed, 0 insertions, 20 deletions
diff --git a/src/pages/en/contact.astro b/src/pages/en/contact.astro deleted file mode 100644 index 6ccb15c..0000000 --- a/src/pages/en/contact.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import ContactPageLayout from "../../layouts/ContactPageLayout.astro"; ---- - -<ContactPageLayout /> diff --git a/src/pages/en/index.astro b/src/pages/en/index.astro deleted file mode 100644 index a7c9dbf..0000000 --- a/src/pages/en/index.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import HomePageLayout from "../../layouts/HomePageLayout.astro"; ---- - -<HomePageLayout /> diff --git a/src/pages/en/portfolio.astro b/src/pages/en/portfolio.astro deleted file mode 100644 index 17c4637..0000000 --- a/src/pages/en/portfolio.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import PortfolioPageLayout from "../../layouts/PortfolioPageLayout.astro"; ---- - -<PortfolioPageLayout /> diff --git a/src/pages/en/trajectory.astro b/src/pages/en/trajectory.astro deleted file mode 100644 index cb5b088..0000000 --- a/src/pages/en/trajectory.astro +++ /dev/null @@ -1,5 +0,0 @@ ---- -import TrajectoryPageLayout from "../../layouts/TrajectoryPageLayout.astro"; ---- - -<TrajectoryPageLayout /> |
