Files
community-rule/app/components/IconCard/index.tsx
T
2026-02-02 14:43:32 -07:00

3 lines
103 B
TypeScript

export { default } from "./IconCard.container";
export type { IconCardProps } from "./IconCard.types";