summaryrefslogtreecommitdiff
path: root/source/github-helpers/timeline-item.tsx
blob: f1b2212d71bab092420f23fb59d6bf3c2e93e376 (plain) (blame)
1
2
3
4
5
6
import React from 'dom-chef';

export default function TimelineItem(): JSX.Element {
	// Classes copied from #issuecomment-new + mt-3 added
	return <div className="ml-0 pl-0 ml-md-6 pl-md-3 mt-3"/>;
}