From c85a293525f073292e0df29c16481ea174590041 Mon Sep 17 00:00:00 2001 From: Mathias Wagner Date: Sun, 11 Sep 2022 22:06:24 +0200 Subject: [PATCH] Updated the main.jsx --- src/main.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.jsx b/src/main.jsx index 1e657d4..9a0f245 100644 --- a/src/main.jsx +++ b/src/main.jsx @@ -1,7 +1,7 @@ import React from 'react'; import ReactDOM from 'react-dom/client'; import App from './App'; -import './index.css'; +import './App.sass'; const root = ReactDOM.createRoot(document.getElementById('root'));