import { ContentScroll, type ContentScrollProps } from "./ContentScroll";
export type { ContentScrollProps };
export default ContentScroll;
