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

6 lines
128 B
TypeScript

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