committed by
Sacha Al Himdani
parent
44898be9d3
commit
55e85e5f67
12
apps/trust/src/App.tsx
Normal file
12
apps/trust/src/App.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import { RouterProvider } from "react-router";
|
||||
import { router } from "./routes";
|
||||
import { Toasts } from "@probo/ui";
|
||||
|
||||
export function App() {
|
||||
return (
|
||||
<>
|
||||
<RouterProvider router={router} />
|
||||
<Toasts />
|
||||
</>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user