mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-09 04:02:40 -05:00
Add todos
This commit is contained in:
parent
9abb219fed
commit
aee14cf43e
|
|
@ -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("");
|
||||
|
|
|
|||
|
|
@ -41,6 +41,7 @@ export const meta: MetaFunction = (args) => {
|
|||
});
|
||||
};
|
||||
|
||||
// xxx: deprecate page
|
||||
export default function UserSearchPage() {
|
||||
const { t } = useTranslation(["user"]);
|
||||
const [searchParams, setSearchParams] = useSearchParams();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user