fix: add cn utility and fix import path in AntiCheatBadge
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Shield, ShieldCheck, ShieldX, ShieldQuestion } from "lucide-react";
|
||||
import { cn } from "~/lib/utils";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
interface AntiCheatBadgeProps {
|
||||
antiCheatRelevant: boolean;
|
||||
|
||||
Reference in New Issue
Block a user