refactory: zustand as state management

This commit is contained in:
loveuer
2024-10-07 21:24:18 +08:00
parent 468759a437
commit 3c8c559ac7
7 changed files with 73 additions and 26 deletions

View File

@ -5,7 +5,6 @@ import {FluentProvider, webLightTheme} from '@fluentui/react-components';
import {createBrowserRouter, RouterProvider} from "react-router-dom";
import Home from "./component/home/home";
import {ToastProvider} from "./message";
import {JotaiProvider} from "./store/store";
const container = document.getElementById('root')