Changed index.css to scss

This commit is contained in:
Siklos 2022-08-03 22:46:05 +02:00
parent 5f312b9ff7
commit 23de954c6f
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App';
import './index.css';
import './index.scss';
ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
<React.StrictMode>