Files
community-rule/app/components/content/ContentContainer/index.tsx
T
2026-02-05 22:37:00 -07:00

3 lines
127 B
TypeScript

export { default } from "./ContentContainer.container";
export type { ContentContainerProps } from "./ContentContainer.types";