Files
community-rule/app/components/modals/Dialog/index.tsx
T
2026-04-25 17:57:58 -06:00

3 lines
97 B
TypeScript

export { default } from "./Dialog.container";
export type { DialogProps } from "./Dialog.types";