From 6d6697aef6f44ccf7eb7cf4a44d7f9df1876ae28 Mon Sep 17 00:00:00 2001 From: Jay Varner Date: Wed, 20 Mar 2024 08:10:34 -0400 Subject: [PATCH] Add sections to index --- app/routes/_index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/routes/_index.tsx b/app/routes/_index.tsx index 7769a43d..d4175d01 100644 --- a/app/routes/_index.tsx +++ b/app/routes/_index.tsx @@ -10,6 +10,13 @@ import { TimelineType, timelineImages } from "~/components/home/timelineUtils"; import SelectedImage from "~/components/home/SelectedImage.client"; import type { TFigure } from "~/types/figureType"; +const sections = [ + { + title: "", + id: "", + }, +]; + export default function Index() { const [timelineType, setTimelineType] = useState(TimelineType.Draggable); const [selectedImage, setSelectedImage] = useState( @@ -23,6 +30,7 @@ export default function Index() { backgroundColor: "playfairPrimary", primaryTextColor: "white", footnotes: [], + sections, }} >