import './Timeline.scss' import react, { ReactNode } from 'react' type TimelapseProps = { children: ReactNode } function Timeline({ children } : TimelapseProps) { return (