Skip to content

Commit 6ab4fa7

Browse files
committed
chore(examples): fix random indentation change
1 parent 6d3033e commit 6ab4fa7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
'use client';
22

33
export function ResetPage({ reset }: { reset: () => void }) {
4-
return (
5-
<div>
6-
<h1>Something went wrong!</h1>
7-
<button onClick={reset}>Try again</button>
8-
</div>
9-
);
4+
return (
5+
<div>
6+
<h1>Something went wrong!</h1>
7+
<button onClick={reset}>Try again</button>
8+
</div>
9+
);
1010
}

0 commit comments

Comments
 (0)