1 2 3 4 5 6 7
"use client" import * as PortalPrimitive from "@radix-ui/react-portal" const Portal = PortalPrimitive.Root export { Portal }