mirror of
https://github.com/lukevella/rallly.git
synced 2025-04-28 17:56:37 +02:00
🚨 Fix linting
This commit is contained in:
parent
8e7cf4a59e
commit
9ad31999d6
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue