Files
community-rule/app/components/cards/Card/index.tsx
T
2026-02-11 22:02:10 -07:00

3 lines
91 B
TypeScript

export { default } from "./Card.container";
export type { CardProps } from "./Card.types";