import React from 'react'; import { IconButton, Paper, Typography, useMediaQuery, useTheme, } from '@mui/material'; import InsertInvitationIcon from '@mui/icons-material/InsertInvitation'; import { useAppDispatch } from '../hooks'; import { showDialog } from '../slices/uiSlice'; function Schedule() { const dispatch = useAppDispatch(); const theme = useTheme(); const isMobile = useMediaQuery('(max-width: 768px)'); const handleOpen = () => { dispatch(showDialog()); }; return (
April 26, 2025
4:30 pm
Divine Shepherd
15005 Q St, Omaha, NE 68137
6:00 pm
A Venue on the Ridge
20033 Elkhorn Ridge Dr, Elkhorn, NE 68022