fix: update import paths for useGetApiUserMe and related components in event form
This commit is contained in:
parent
18a1ffbc11
commit
683013b3d3
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
import { RedirectButton } from '@/components/buttons/redirect-button';
|
import { RedirectButton } from '@/components/buttons/redirect-button';
|
||||||
import { ThemePicker } from '@/components/misc/theme-picker';
|
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() {
|
export default function Home() {
|
||||||
const { data, isLoading } = useGetApiUserMe();
|
const { data, isLoading } = useGetApiUserMe();
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
import React from 'react';
|
import React from 'react';
|
||||||
import LabeledInput from '@/components/labeled-input';
|
import LabeledInput from '@/components/labeled-input';
|
||||||
import { Button } from '@/components/custom-ui/button';
|
import { Button } from '@/components/custom-ui/button';
|
||||||
import Logo from '../logo';
|
import Logo from '@/components/logo';
|
||||||
import TimePicker from '../time-picker';
|
import TimePicker from '@/components/time-picker';
|
||||||
import { Label } from '../ui/label';
|
import { Label } from '@/components/ui/label';
|
||||||
import {
|
import {
|
||||||
useGetApiUserMe,
|
useGetApiUserMe,
|
||||||
usePostApiEvent,
|
usePostApiEvent,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue