diff --git a/src/components/EventListCard/EventListCard.tsx b/src/components/EventListCard/EventListCard.tsx index dba2ef4541..759e432628 100644 --- a/src/components/EventListCard/EventListCard.tsx +++ b/src/components/EventListCard/EventListCard.tsx @@ -75,9 +75,6 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element { <>
@@ -98,5 +95,5 @@ function eventListCard(props: InterfaceEventListCardProps): JSX.Element { ); } -export {}; + export default eventListCard;