Updated the main.jsx

This commit is contained in:
Mathias Wagner 2022-09-11 22:06:24 +02:00
parent 85f6699e5d
commit c85a293525

View File

@ -1,7 +1,7 @@
import React from 'react'; import React from 'react';
import ReactDOM from 'react-dom/client'; import ReactDOM from 'react-dom/client';
import App from './App'; import App from './App';
import './index.css'; import './App.sass';
const root = ReactDOM.createRoot(document.getElementById('root')); const root = ReactDOM.createRoot(document.getElementById('root'));