Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
fix: remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
jwcub committed Mar 9, 2024
1 parent 7b3f8d7 commit 18a264f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/game.$rid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export function loader({ params }: LoaderFunctionArgs) {
}

export default function Rid() {
const rid = useLoaderData<typeof loader>();
useLoaderData<typeof loader>();

return (
<ClientProvider>
Expand Down

0 comments on commit 18a264f

Please sign in to comment.