File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
app/(sink)/demo/components Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import {
1414} from "@/packages/ui" ;
1515import { Card } from "@/packages/ui/Cards/Card" ;
1616import BadgeStyleVariants from "@/preview/components/badge-style-variants" ;
17- import { Check , CheckCircle , CheckCircle2 } from "lucide-react" ;
17+ import { CheckCircle } from "lucide-react" ;
1818import React from "react" ;
1919
2020export default function page ( ) {
Original file line number Diff line number Diff line change 4040 "tailwindcss-animate" : " ^1.0.7" ,
4141 "typescript" : " ^5"
4242 }
43- }
43+ }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { cn } from "@/lib/utils";
22import { cva , VariantProps } from "class-variance-authority" ;
33import React , { ButtonHTMLAttributes } from "react" ;
44
5- const buttonVariants = cva ( "font-head transition-all" , {
5+ const buttonVariants = cva ( "font-head transition-all" , {
66 variants : {
77 variant : {
88 default :
You can’t perform that action at this time.
0 commit comments