Files
community-rule/app/components/ContentContainer/index.tsx
T
2026-01-29 17:59:11 -07:00

3 lines
127 B
TypeScript

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