From 0e36d9025077f1b56eff133ce10aadf5c5450ff7 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 03:24:44 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/app-shell.tsx | 2 -- src/routeTree.gen.ts | 9 --------- 2 files changed, 11 deletions(-) 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> - } -}