Skip to content

Commit c234236

Browse files
committed
fix build errors
1 parent f5cd2b9 commit c234236

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/ErrorBoundary.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Link, ErrorComponent, ErrorComponentProps } from "@tanstack/react-router";
1+
import { Link, ErrorComponentProps } from "@tanstack/react-router";
22
import { Home, RefreshCw, AlertTriangle } from "lucide-react";
33
import { BackgroundEffects } from "@/components/ui/BackgroundEffects";
44

src/components/GlobalError.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { AlertTriangle, Home, RefreshCw } from "lucide-react";
2-
31
export function GlobalError() {
42
return (
53
<html lang="en" className="dark">

src/routes/__root.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { HeadContent, Scripts, createRootRoute, Outlet } from "@tanstack/react-r
22
import { TanStackRouterDevtoolsPanel } from "@tanstack/react-router-devtools";
33
import { TanStackDevtools } from "@tanstack/react-devtools";
44
import { ErrorBoundary } from "@/components/ErrorBoundary";
5-
import { GlobalError } from "@/components/GlobalError";
65

76
import appCss from "../styles.css?url";
87

0 commit comments

Comments
 (0)