feat(api): add tags to event and user routes for better categorization
This commit is contained in:
parent
1c99368238
commit
60c99e0650
8 changed files with 28 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
import { RedirectButton } from '@/components/user/redirect-button';
|
||||
import { ThemePicker } from '@/components/user/theme-picker';
|
||||
import { useGetApiUserMe } from '@/generated/api/default/default';
|
||||
import { useGetApiUserMe } from '@/generated/api/user/user';
|
||||
|
||||
export default function Home() {
|
||||
const { data, isLoading } = useGetApiUserMe();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue