fix: update import paths for API hooks in event form
This commit is contained in:
parent
683013b3d3
commit
6036ce49bb
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@ import { Button } from '@/components/custom-ui/button';
|
|||
import Logo from '@/components/logo';
|
||||
import TimePicker from '@/components/time-picker';
|
||||
import { Label } from '@/components/ui/label';
|
||||
import { useGetApiUserMe } from '@/generated/api/user/user';
|
||||
import {
|
||||
useGetApiUserMe,
|
||||
usePostApiEvent,
|
||||
useGetApiEventEventID,
|
||||
usePatchApiEventEventID,
|
||||
} from '@/generated/api/default/default';
|
||||
} from '@/generated/api/event/event';
|
||||
import ParticipantListEntry from '@/components/custom-ui/participantListEntry';
|
||||
|
||||
interface EventFormProps {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue