From e097cab50dbc60156cb03b62ce94352b00b460db Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Sun, 25 Jul 2021 23:58:39 +0000 Subject: [PATCH] Remove reactjs-windows CSS file --- src/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/App.js b/src/App.js index 92aa2e0..71b22ad 100644 --- a/src/App.js +++ b/src/App.js @@ -3,7 +3,6 @@ import './reset.css'; // Generic reset import './style.css'; // The new new import React, {useState,useEffect,useRef,useReducer} from 'react'; import Modal from 'react-modal' -import 'reactjs-windows/dist/index.css' import {XSquareFill} from 'react-bootstrap-icons'