From f0a9566c24ecc3c7e701b9a08f485106492510d8 Mon Sep 17 00:00:00 2001 From: rhpidfyre Date: Sun, 2 Feb 2025 03:04:26 -0500 Subject: [PATCH] astro setup for react is ready --- src/components/header.astro | 2 +- src/layouts/Webpage.astro | 1 + src/pages/index.astro | 25 ++++++++++++++++++++----- 3 files changed, 22 insertions(+), 6 deletions(-) diff --git a/src/components/header.astro b/src/components/header.astro index 0d2ed05..c02ac3c 100644 --- a/src/components/header.astro +++ b/src/components/header.astro @@ -6,7 +6,7 @@ import { Links } from '../ts/links';