diff options
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/index.astro | 1 | ||||
| -rw-r--r-- | src/pages/travel-advisory.astro | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/pages/index.astro b/src/pages/index.astro index 902886e..7376d3f 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,5 @@ --- import Layout from '../layouts/Layout.astro'; -import "../styles/globals.css"; --- <Layout title="Home" description="The official website of the Government of Alure Regions"> diff --git a/src/pages/travel-advisory.astro b/src/pages/travel-advisory.astro index 42c238a..bc1c36f 100644 --- a/src/pages/travel-advisory.astro +++ b/src/pages/travel-advisory.astro @@ -1,5 +1,5 @@ --- -import Countries from '../components/travel-advisory/ListCountries.jsx' +import { Countries } from '../components/travel-advisory/ListCountries.jsx' import Layout from "../layouts/Layout.astro"; --- <Layout title="Travel Advisory" description="Information whether its safe to travel to other countries"> |
