Fix TypeScript errors in RSVPForm and RSVPEditForm

This commit is contained in:
Ryderjj89
2025-05-16 20:20:13 -04:00
parent 379c846250
commit 89c0a1128c
2 changed files with 2 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ import {
ListItemText,
OutlinedInput,
Chip,
FormControlLabel, // Import FormControlLabel
} from '@mui/material';
import { Event } from '../types';

View File

@@ -17,6 +17,7 @@ import {
ListItemText,
OutlinedInput,
Chip,
FormControlLabel, // Import FormControlLabel
} from '@mui/material';
import VisibilityIcon from '@mui/icons-material/Visibility';
import { Event } from '../types';