chore: build

This commit is contained in:
2026-06-13 14:27:42 +02:00
parent 446b15d29c
commit 263c21b3b4
+1
View File
@@ -17,6 +17,7 @@ interface CartItemWithMedia {
image: string;
hasVideo: boolean;
videoUrl?: string;
is_reward?: boolean;
}
function Cart() {