style: update import paths and ESLint configuration
This commit is contained in:
parent
2a2c4bc967
commit
ce7e1f2952
23 changed files with 57 additions and 29 deletions
|
@ -24,7 +24,7 @@ import {
|
|||
} from '@/generated/api/event/event';
|
||||
import { useGetApiUserMe } from '@/generated/api/user/user';
|
||||
|
||||
import ParticipantListEntry from '../custom-ui/participant-list-entry';
|
||||
import ParticipantListEntry from '@/components/custom-ui/participant-list-entry';
|
||||
import {
|
||||
Dialog,
|
||||
DialogContent,
|
||||
|
@ -33,7 +33,7 @@ import {
|
|||
DialogHeader,
|
||||
DialogTitle,
|
||||
DialogTrigger,
|
||||
} from '../ui/dialog';
|
||||
} from '@/components/ui/dialog';
|
||||
|
||||
type User = zod.output<typeof PublicUserSchema>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue