From aacf26f374f48b88d532d1528d9d07aabf537610 Mon Sep 17 00:00:00 2001 From: Michael Hunteman Date: Sat, 5 Oct 2024 11:06:50 -0700 Subject: Add calendar invite --- client/src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'client/src/App.tsx') diff --git a/client/src/App.tsx b/client/src/App.tsx index 403882b..9f0bf74 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -3,6 +3,7 @@ import { Outlet } from 'react-router-dom'; import CssBaseline from '@mui/material/CssBaseline'; import NavBar from './components/NavBar'; import GlobalSnackbar from './components/GlobalSnackbar'; +import CalendarDialog from './components/CalendarDialog'; function App() { return ( @@ -10,6 +11,7 @@ function App() { + ); -- cgit v1.2.3