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. -

- -
+
+
-