7 lines
206 B
TypeScript
7 lines
206 B
TypeScript
import ProjectContent from "./project-content";
|
|
import { ProjectImageProps, ProjectContentProps } from "../types";
|
|
|
|
export { ProjectContent };
|
|
|
|
export type { ProjectImageProps, ProjectContentProps };
|