Skip to content

Commit 7018ebc

Browse files
committed
fix: remove unnecessary semicolon
1 parent 2cd0eab commit 7018ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/routes/__auth.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export default function Auth() {
2222
return (
2323
<div className="flex min-h-full flex-col justify-center">
2424
<div className="mx-auto w-full max-w-md px-8">
25-
<Login redirectTo={location.pathname} />;
25+
<Login redirectTo={location.pathname} />
2626
</div>
2727
</div>
2828
);

0 commit comments

Comments
 (0)