🚨 Fix linting

This commit is contained in:
Luke Vella 2025-03-31 23:06:03 +01:00
parent 8e7cf4a59e
commit 9ad31999d6
No known key found for this signature in database
GPG key ID: 469CAD687F0D784C

View file

@ -4,9 +4,9 @@ import * as DialogPrimitive from "@radix-ui/react-dialog";
import { XIcon } from "lucide-react";
import * as React from "react";
import { cn } from "./lib/utils";
import { Button } from "./button";
import { Icon } from "./icon";
import { cn } from "./lib/utils";
export type { DialogProps } from "@radix-ui/react-dialog";