fix: fix conflicts and changes after rebasing

This commit is contained in:
micha 2025-06-17 18:38:50 +02:00
parent a6694c4f7e
commit f5450d9b4f
2 changed files with 1 additions and 9 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/user/user';
import { useGetApiUserMe } from '@/generated/api/default/default';
export default function Home() {
const { data, isLoading } = useGetApiUserMe();