fix: fix eslint

This commit is contained in:
Li Xin
2025-04-30 09:42:13 +08:00
parent c7e4876347
commit 2e9fb26f6b
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { ArrowRightIcon } from "@radix-ui/react-icons";
import { ComponentPropsWithoutRef, ReactNode } from "react";
import type { ComponentPropsWithoutRef, ReactNode } from "react";
import { Button } from "~/components/ui/button";
import { cn } from "~/lib/utils";