diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 0261711..479918c 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -1,5 +1,4 @@ --- -import '../assets/main.css'; export interface Props { title: string; } diff --git a/src/pages/index.astro b/src/pages/index.astro index ce4d241..412cc4a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -33,4 +33,49 @@ import Card from '../components/Card.astro'; /> - \ No newline at end of file + + +