Files
community-rule/app/components/RuleCard/index.tsx
T
2026-01-29 17:35:51 -07:00

3 lines
103 B
TypeScript

export { default } from "./RuleCard.container";
export type { RuleCardProps } from "./RuleCard.types";