From 1874a630bb7dbda814fe985a8ffe8116fb5276e7 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Sat, 11 Feb 2023 18:59:19 +0000 Subject: [PATCH] Revert back to astro style structure --- src/layouts/Layout.astro | 1 - src/pages/index.astro | 47 +++++++++++++++++++++++++++++++++++++++- 2 files changed, 46 insertions(+), 2 deletions(-) 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 + + +