Skip to content

Commit cd1be45

Browse files
committed
Fix export on prize tile
1 parent c257640 commit cd1be45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/prize/PrizeTile.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { useState } from "react";
88
import Confetti from "react-confetti";
99
import { useWindowSize } from "react-use";
1010

11-
type PrizeParticipant = {
11+
export type PrizeParticipant = {
1212
userId: string;
1313
entries?: number;
1414
};

0 commit comments

Comments
 (0)