working minus logo

This commit is contained in:
pulipakaa24
2026-03-18 21:51:02 -05:00
parent b0cd20ced5
commit 90422db54a
50 changed files with 5025 additions and 70 deletions

View File

@@ -3,8 +3,8 @@
import * as React from "react";
import useEmblaCarousel, {
type UseEmblaCarouselType,
} from "embla-carousel-react@8.6.0";
import { ArrowLeft, ArrowRight } from "lucide-react@0.487.0";
} from "embla-carousel-react";
import { ArrowLeft, ArrowRight } from "lucide-react";
import { cn } from "./utils";
import { Button } from "./button";