Skip to content

Commit 0224e14

Browse files
authored
fix(stripe-integration): Fix typo in default export name in cancelled.tsx (#131)
1 parent 4d4f53f commit 0224e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export default function Cancell() {
1+
export default function Cancel() {
22
return <h2>Payment failed, you are not being charged</h2>;
33
}

0 commit comments

Comments
 (0)