Add todos

This commit is contained in:
Kalle 2026-01-09 22:48:04 +02:00
parent 9abb219fed
commit aee14cf43e
2 changed files with 2 additions and 0 deletions

View File

@ -48,6 +48,7 @@ export const handle: SendouRouteHandle = {
}),
};
// xxx: deprecate page
export default function TeamSearchPage() {
const { t, i18n } = useTranslation(["team"]);
const [inputValue, setInputValue] = React.useState("");

View File

@ -41,6 +41,7 @@ export const meta: MetaFunction = (args) => {
});
};
// xxx: deprecate page
export default function UserSearchPage() {
const { t } = useTranslation(["user"]);
const [searchParams, setSearchParams] = useSearchParams();