Skip to content

Commit

Permalink
rename page
Browse files Browse the repository at this point in the history
  • Loading branch information
rebeccahongsf committed Nov 1, 2024
1 parent 717b167 commit a038606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/timeline/oct-31/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { PageTitle } from "@/components/PageTitle";
import TimelineOverview from "@/components/TimelineEven/TimelineOverview";
import { loadTimelineData } from "@/utilities/loadTimelineData";

const TimelinePage = async () => {
const TimelineEvenPage = async () => {
const timelineData = await loadTimelineData();
return (
<div>
Expand All @@ -16,4 +16,4 @@ const TimelinePage = async () => {
);
};

export default TimelinePage;
export default TimelineEvenPage;

0 comments on commit a038606

Please sign in to comment.