diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 162d8fc..7844151 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,4 +1,5 @@ --- +import "../styles/global.css"; interface Props { title: string; } @@ -12,7 +13,6 @@ const { title } = Astro.props; -