chore: enhance wip

This commit is contained in:
GyDi
2022-03-03 01:58:05 +08:00
parent 8ff22bc737
commit 5ab75f7eb9
3 changed files with 36 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ import ReactDOM from "react-dom";
import { RecoilRoot } from "recoil";
import { BrowserRouter } from "react-router-dom";
import Layout from "./pages/_layout";
import setup from "./services/enhance";
setup();
ReactDOM.render(
<React.StrictMode>