fix: remove styled-reset

This commit is contained in:
Tristan Yang
2023-02-03 10:12:30 +08:00
parent 7de3779887
commit 1f1a1ebd51
3 changed files with 3 additions and 11 deletions
-2
View File
@@ -3,7 +3,6 @@
import { Suspense } from 'react';
import ReactDOM from "react-dom/client";
import toast, { Toaster } from "react-hot-toast";
import { Reset } from "styled-reset";
import { DndProvider } from "react-dnd";
import { HTML5Backend } from "react-dnd-html5-backend";
import "./assets/index.css";
@@ -21,7 +20,6 @@ const root = ReactDOM.createRoot(document.getElementById("root") as HTMLElement)
root.render(
<Suspense fallback="loading">
<Reset />
<Toaster />
<DndProvider backend={HTML5Backend}>
<ReduxRoutes />