feat: add workspace setting section

This commit is contained in:
Steven
2023-06-23 22:46:35 +08:00
parent 61568840d3
commit afbf935a71
8 changed files with 101 additions and 6 deletions

View File

@ -7,7 +7,7 @@ function App() {
return (
<CssVarsProvider>
<RouterProvider router={router} />
<Toaster position="top-right" />
<Toaster position="top-center" />
</CssVarsProvider>
);
}