cs-2022-class-profile/components/TimelineSection.tsx

6 lines
96 B
TypeScript

import React from "react";
export default function TimelineSection() {
return <div></div>;
}