diff options
Diffstat (limited to 'src/pages/geoblocked.astro')
| -rw-r--r-- | src/pages/geoblocked.astro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/pages/geoblocked.astro b/src/pages/geoblocked.astro new file mode 100644 index 0000000..a4f27d5 --- /dev/null +++ b/src/pages/geoblocked.astro @@ -0,0 +1,5 @@ +--- +import GeoblockedPageLayout from "../layouts/GeoblockedPageLayout.astro"; +--- + +<GeoblockedPageLayout /> |
