diff --git a/src/components/app-shell.tsx b/src/components/app-shell.tsx index 660aa00..f619313 100644 --- a/src/components/app-shell.tsx +++ b/src/components/app-shell.tsx @@ -2,8 +2,6 @@ import { Link, useLocation, useNavigate } from "@tanstack/react-router"; import { useAuth } from "@/lib/auth"; import { Button } from "@/components/ui/button"; import { Briefcase, Users, FileText, Receipt, ShieldCheck, LogOut, Scale, LayoutDashboard, Calendar as CalendarIcon } from "lucide-react"; -// FileText is used for Forms & Letters -void FileText; import { cn } from "@/lib/utils"; import type { ReactNode } from "react"; diff --git a/src/routeTree.gen.ts b/src/routeTree.gen.ts index ff7e9f1..2ed1b6c 100644 --- a/src/routeTree.gen.ts +++ b/src/routeTree.gen.ts @@ -721,12 +721,3 @@ const rootRouteChildren: RootRouteChildren = { export const routeTree = rootRouteImport ._addFileChildren(rootRouteChildren) ._addFileTypes() - -import type { getRouter } from './router.tsx' -import type { createStart } from '@tanstack/react-start' -declare module '@tanstack/react-start' { - interface Register { - ssr: true - router: Awaited> - } -}