fix issue with missing DialogTitle/DialogDescription, fix issue with hot reloads

This commit is contained in:
Amruth Pillai
2025-01-19 22:01:37 +01:00
parent 18cf814779
commit 460a40711e
27 changed files with 136 additions and 277 deletions

View File

@ -0,0 +1,3 @@
import * as VisuallyHiddenPrimitive from "@radix-ui/react-visually-hidden";
export const VisuallyHidden = VisuallyHiddenPrimitive.Root;