Files
community-rule/app/components/Create/index.tsx
T
2026-02-02 12:53:52 -07:00

3 lines
97 B
TypeScript

export { default } from "./Create.container";
export type { CreateProps } from "./Create.types";