Skip to content

Commit 30679d2

Browse files
Copilotdaesdev
andauthored
Rename unused param _ to _props in routes/_404.tsx
Agent-Logs-Url: https://github.com/daesdev/vibe-coding/sessions/42cc9f47-edb1-4662-9813-35ff4bea9114 Co-authored-by: daesdev <31475869+daesdev@users.noreply.github.com>
1 parent ec0df1a commit 30679d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

routes/_404.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Head } from "$fresh/runtime.ts";
22
import { pageProps } from "$fresh/server.ts";
3-
export default function Error404(_: pageProps<{ message: string }>) {
3+
export default function Error404(_props: pageProps<{ message: string }>) {
44
return (
55
<>
66
<Head>

0 commit comments

Comments
 (0)