fix: linting

This commit is contained in:
diced
2025-08-18 12:39:25 -07:00
parent 471a060df2
commit 6acbf00b9e

View File

@@ -1,4 +1,3 @@
import { useRouteError } from 'react-router-dom';
import GenericError from './GenericError';
export default function RootErrorBoundary(props: Record<string, any>) {