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

@@ -1,8 +1,8 @@
"use client";
import * as React from "react";
import { ChevronLeft, ChevronRight } from "lucide-react@0.487.0";
import { DayPicker } from "react-day-picker@8.10.1";
import { ChevronLeft, ChevronRight } from "lucide-react";
import { DayPicker } from "react-day-picker";
import { cn } from "./utils";
import { buttonVariants } from "./button";