fix: fix conflicts and changes after rebasing
This commit is contained in:
parent
a6694c4f7e
commit
f5450d9b4f
2 changed files with 1 additions and 9 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue