fix: update import paths for useGetApiUserMe and related components in event form
This commit is contained in:
parent
7ee8df3732
commit
53973c114e
2 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
|||
import React from 'react';
|
||||
import LabeledInput from '@/components/labeled-input';
|
||||
import { Button } from '@/components/custom-ui/button';
|
||||
import Logo from '../logo';
|
||||
import TimePicker from '../time-picker';
|
||||
import { Label } from '../ui/label';
|
||||
import Logo from '@/components/logo';
|
||||
import TimePicker from '@/components/time-picker';
|
||||
import { Label } from '@/components/ui/label';
|
||||
import {
|
||||
useGetApiUserMe,
|
||||
usePostApiEvent,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue