Skip to content

Commit

Permalink
chore: appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jun 20, 2024
1 parent b730466 commit f34fc9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/site/src/pages/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,14 @@ import {
useLoaderData,
Link,
NavLink,
useRouteError,
isRouteErrorResponse,
} from '@remix-run/react';
import { DEFAULT_NAV_HEIGHT, renderers as defaultRenderers } from '../components/index.js';
import { Analytics } from '../seo/index.js';
import { Error404 } from './Error404.js';
import { ErrorUnhandled } from './ErrorUnhandled.js';
import classNames from 'classnames';
import { useRouteError, isRouteErrorResponse } from '@remix-run/react';

export function Document({
children,
Expand Down

0 comments on commit f34fc9f

Please sign in to comment.