darkTheme in localStorage

This commit is contained in:
Aria Moradi
2021-02-25 14:38:16 +03:30
parent af1c34fba5
commit de30d55bcf
5 changed files with 45 additions and 28 deletions
-6
View File
@@ -5,7 +5,6 @@
import React from 'react';
import ReactDOM from 'react-dom';
import App from './App';
import reportWebVitals from './reportWebVitals';
import './index.css';
// roboto font
import 'fontsource-roboto';
@@ -16,8 +15,3 @@ ReactDOM.render(
</React.StrictMode>,
document.getElementById('root'),
);
// If you want to start measuring performance in your app, pass a function
// to log results (for example: reportWebVitals(console.log))
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
reportWebVitals();