summaryrefslogtreecommitdiff
path: root/client/src/components/RsvpForm.tsx
diff options
context:
space:
mode:
authorMichael Hunteman <michael@huntm.net>2024-08-30 14:45:50 -0700
committerMichael Hunteman <michael@huntm.net>2024-08-30 14:45:50 -0700
commit340193f1d52e1b68fe950974d1003b9330e06fe3 (patch)
tree68dc6ddc99a0bffaf47dfa7f7bf591103b0d36d2 /client/src/components/RsvpForm.tsx
parent1d2ffb8a2b6af752b6fd091e8e59682625c2b495 (diff)
Update material react table to have party guests
Diffstat (limited to 'client/src/components/RsvpForm.tsx')
-rw-r--r--client/src/components/RsvpForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/components/RsvpForm.tsx b/client/src/components/RsvpForm.tsx
index d72b92d..c7c30f4 100644
--- a/client/src/components/RsvpForm.tsx
+++ b/client/src/components/RsvpForm.tsx
@@ -17,7 +17,7 @@ import {
import MailIcon from '@mui/icons-material/Mail';
import { useForm, Controller, useFieldArray } from 'react-hook-form';
import { useUpdateGuestMutation } from '../slices/api/guestSlice';
-import type { Guest } from '../slices/api/guestSlice';
+import type { Guest } from '../models';
interface StatusProps {
isError: boolean;