1111
This commit is contained in:
6
frontend/src/app/App.tsx
Normal file
6
frontend/src/app/App.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { RouterProvider } from "react-router-dom";
|
||||
import { router } from "./router";
|
||||
|
||||
export function App() {
|
||||
return <RouterProvider router={router} />;
|
||||
}
|
||||
Reference in New Issue
Block a user