1
0
mirror of https://github.com/Fayorg/calendrier-avant.git synced 2026-05-28 01:28:37 +02:00

fix: added used components from shadcn

This commit is contained in:
timhaller
2023-12-10 21:22:10 +01:00
parent e99814f6aa
commit 344865cda9
3 changed files with 104 additions and 5 deletions

View File

@@ -3,14 +3,9 @@
import { Lock } from "lucide-react"
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button"
import {
Card,
CardContent,
CardDescription,
CardFooter,
CardHeader,
CardTitle,
} from "@/components/ui/card"
type CardProps = React.ComponentProps<typeof Card>