We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b537cf + 64c1a7c commit bad3d54Copy full SHA for bad3d54
src/tarot/components/TarotReadingReviewModal.tsx
@@ -13,6 +13,7 @@ interface Props {
13
onOpenChange: (open: boolean) => void;
14
}
15
16
+//test
17
enum ReviewScore {
18
BAD = "2",
19
NOT_BAD = "1",
0 commit comments