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