diff --git a/src/pages/index.astro b/src/pages/index.astro index 4867875..0ac080a 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,96 +1,9 @@ --- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; +import Layout from "@layouts/Layout.astro"; +import Header from "@components/Header.astro"; --- -
-

Welcome to Astro

-

- Check out the src/pages directory to get started.
- Code Challenge: Tweak the "Welcome to Astro" message above. -

- -
+
+

Hello World

- -