From 5eee44c20586609c2c5b0a125fe037642c978225 Mon Sep 17 00:00:00 2001 From: sudoer777 Date: Wed, 24 May 2023 15:37:12 -0500 Subject: [PATCH] Add prettier and eslint --- src/pages/index.astro | 148 +++++++++++++++++++++--------------------- 1 file changed, 75 insertions(+), 73 deletions(-) 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. +

+ +