From c51349391716cebc57b4047e7ea0c44a2047b3c0 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Wed, 20 Mar 2024 23:38:50 -0400 Subject: [PATCH] clear template --- src/pages/index.astro | 65 +++---------------------------------------- 1 file changed, 4 insertions(+), 61 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9810a22..3a5525d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,66 +1,9 @@ --- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; -import '../styles/global.css'; +import Layout from "../layouts/Layout.astro"; +import "../styles/global.css"; --- -
- -

Welcome to Astro

-

- To get started, open the directory src/pages in your project.
- Code Challenge: Tweak the "Welcome to Astro" message above. -

- -
+
+
-