From 2fd75e9fbe2d7fc0c754cb2a97db122009940db8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 01:49:08 +0000 Subject: [PATCH] Update src/components/cardStack/layouts/timelines/TimelineBase.tsx --- src/components/cardStack/layouts/timelines/TimelineBase.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/cardStack/layouts/timelines/TimelineBase.tsx b/src/components/cardStack/layouts/timelines/TimelineBase.tsx index d3b4e85..6583b6b 100644 --- a/src/components/cardStack/layouts/timelines/TimelineBase.tsx +++ b/src/components/cardStack/layouts/timelines/TimelineBase.tsx @@ -17,3 +17,5 @@ export const TimelineBase: React.FC = ({ ); }; + +export default TimelineBase;