From 56e32b1c9dd316ea296688c2d3ea2e9c2504294c Mon Sep 17 00:00:00 2001 From: wheattoast11 Date: Sat, 30 Nov 2024 13:46:48 -0600 Subject: [PATCH] update main.jsx --- src/main.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.jsx b/src/main.jsx index 98a53b9..3dd9da6 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,7 +1,7 @@ import React from 'react'; import { createRoot } from 'react-dom/client'; import App from './App'; -import '../style.css'; +import '/style.css'; // Create React root and render App const root = createRoot(document.getElementById('root'));