Files
community-rule/app/components/cards/CaseStudy/index.tsx
T
2026-05-17 21:41:54 -06:00

4 lines
193 B
TypeScript

export { default } from "./CaseStudy.container";
export type { CaseStudyProps, CaseStudySurfaceValue } from "./CaseStudy.types";
export { CASE_STUDY_SURFACE_OPTIONS } from "./CaseStudy.types";