From 9f4fe3236e0c5f135c44a245b9157270e940c36d Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Fri, 8 Nov 2024 13:25:12 -0800 Subject: Export guests as csv --- client/src/components/Schedule.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/src/components/Schedule.tsx') diff --git a/client/src/components/Schedule.tsx b/client/src/components/Schedule.tsx index dfe4a30..fc1fb64 100644 --- a/client/src/components/Schedule.tsx +++ b/client/src/components/Schedule.tsx @@ -9,7 +9,6 @@ import { import InsertInvitationIcon from '@mui/icons-material/InsertInvitation'; import { useAppDispatch } from '../hooks'; import { showDialog } from '../slices/uiSlice'; -import { BlurryLoadDiv } from './BlurryLoadDiv'; function Schedule() { const dispatch = useAppDispatch(); @@ -21,7 +20,7 @@ function Schedule() { }; return ( - - + ); } -- cgit v1.2.3