- added status grid items
- add react modal pkg
This commit is contained in:
@@ -4,9 +4,12 @@ import { RouterProvider, createRouter } from "@tanstack/react-router";
|
||||
import { routeTree } from "./routeTree.gen"; // generated by plugin
|
||||
import { AppProviders } from "./app/providers/AppProviders";
|
||||
import "./index.css";
|
||||
import Modal from "react-modal";
|
||||
|
||||
const router = createRouter({ routeTree });
|
||||
|
||||
Modal.setAppElement("#root");
|
||||
|
||||
declare module "@tanstack/react-router" {
|
||||
interface Register {
|
||||
router: typeof router;
|
||||
|
||||
Reference in New Issue
Block a user