Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
vacekj committed Nov 2, 2024
1 parent 97b4975 commit e78b7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/node-status/src/components/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ErrorBoundary } from './error-boundary';
import { Index } from '.';
import { IndexLoader } from '../fetching/loader';

export const router = createHashRouter([
export const router: ReturnType<typeof createHashRouter> = createHashRouter([
{
path: '/',
loader: IndexLoader,
Expand Down

0 comments on commit e78b7ba

Please sign in to comment.