diff --git a/apps/backoffice/src/routes/_authenticated/hackathon-users.tsx b/apps/backoffice/src/routes/_authenticated/hackathon-users.tsx index 3511ec3..80a332a 100644 --- a/apps/backoffice/src/routes/_authenticated/hackathon-users.tsx +++ b/apps/backoffice/src/routes/_authenticated/hackathon-users.tsx @@ -29,7 +29,7 @@ import { getAdminUsers, TAdminUserItem, } from '@imphnen-frontend-service/service' -import { useSearch, useNavigate } from '@tanstack/react-router' +import { useNavigate } from '@tanstack/react-router' type UserType = TAdminUserItem