diff --git a/src/pages/index.astro b/src/pages/index.astro index 412cc4a..b0f0582 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,81 +1,83 @@ --- -import Layout from '../layouts/Layout.astro'; -import Card from '../components/Card.astro'; +import Layout from '../layouts/Layout.astro' +import Card from '../components/Card.astro' --- -
-

Welcome to Astro

-

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

- -
+
+

Welcome to Astro

+

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

+ +