change structure bump version
This commit is contained in:
@@ -5,7 +5,7 @@ import useEmblaCarousel, {
|
||||
} from "embla-carousel-react";
|
||||
import { ArrowLeft, ArrowRight } from "lucide-react";
|
||||
import * as React from "react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Button } from "@/button";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
type CarouselApi = UseEmblaCarouselType[1];
|
||||
@@ -4,7 +4,7 @@ import { XIcon } from "lucide-react";
|
||||
import { motion } from "motion/react";
|
||||
import { Dialog as DialogPrimitive } from "radix-ui";
|
||||
import type * as React from "react";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { Button } from "@/button";
|
||||
import { cn } from "@/lib/utils";
|
||||
import { cardVariants } from "./card";
|
||||
|
||||
@@ -3,7 +3,7 @@ import { ease } from "@unom/style";
|
||||
import { cva, type VariantProps } from "class-variance-authority";
|
||||
import { motion } from "motion/react";
|
||||
import type { FC, ReactElement, ReactNode } from "react";
|
||||
import Text from "@/components/ui/text";
|
||||
import Text from "@/text";
|
||||
import { cn } from "@/lib/utils";
|
||||
|
||||
type HeadingProps = {
|
||||
Reference in New Issue
Block a user