ShrimpDelightSite/app/components/shrimp-projects/project-content/index.tsx
2026-07-11 15:20:14 -06:00

7 lines
206 B
TypeScript

import ProjectContent from "./project-content";
import { ProjectImageProps, ProjectContentProps } from "../types";
export { ProjectContent };
export type { ProjectImageProps, ProjectContentProps };