Skip to content

Commit

Permalink
add timeline json
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Oct 25, 2024
1 parent e5de5b1 commit 5f2f246
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/timeline/page.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
import { TimelineBanner } from '@/components/TimelineBanner';
import { Masthead } from '@/components/Masthead';
import TimelineOverview from '@/components/Timeline/TimelineOverview';

export default function Home() {
return (
<div>
<Masthead />
<TimelineOverview />
</div>
);
}

0 comments on commit 5f2f246

Please sign in to comment.