import {createPortalGroup} from '#/components/Portal' const portalGroup = createPortalGroup() export const Provider = portalGroup.Provider export const Portal = portalGroup.Portal export const Outlet = portalGroup.Outlet