🎨 Use separate import types (#1826)

This commit is contained in:
Luke Vella 2025-07-15 11:31:33 +01:00 committed by GitHub
parent e94eed373d
commit f79416e695
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 53 additions and 35 deletions

View file

@ -1,13 +1,13 @@
"use client";
import { zodResolver } from "@hookform/resolvers/zod";
import { Button } from "@rallly/ui/button";
import type { DialogProps } from "@rallly/ui/dialog";
import {
Dialog,
DialogContent,
DialogDescription,
DialogFooter,
DialogHeader,
type DialogProps,
DialogTitle,
} from "@rallly/ui/dialog";
import {