fix: update import paths for useGetApiUserMe and related components in event form

This commit is contained in:
micha 2025-06-18 08:27:54 +02:00
parent 7ee8df3732
commit 53973c114e
2 changed files with 4 additions and 4 deletions

View file

@ -2,7 +2,7 @@
import { RedirectButton } from '@/components/buttons/redirect-button';
import { ThemePicker } from '@/components/misc/theme-picker';
import { useGetApiUserMe } from '@/generated/api/default/default';
import { useGetApiUserMe } from '@/generated/api/user/user';
export default function Home() {
const { data, isLoading } = useGetApiUserMe();