diff --git a/app/student/miro/page.tsx b/app/student/miro/page.tsx
index b7539d80..8b9cf7a7 100644
--- a/app/student/miro/page.tsx
+++ b/app/student/miro/page.tsx
@@ -12,6 +12,7 @@ import { ArrowRight, Circle } from "lucide-react";
import { cn } from "@/lib/utils";
import confetti from "canvas-confetti";
import { AnimatedShinyText } from "@/components/ui/animated-shiny-text";
+import { CheckeredFinishFlag } from "@/components/shared/checkered-finish-flag";
function EventEndAnimation({
show,
@@ -961,6 +962,7 @@ export default function MiroThonLandingPage() {
transition={{ duration: 0.5, ease: "easeInOut" }}
className="flex flex-col items-center gap-4"
>
+