1
0
Fork 0
panel/app/panel/search/page.tsx

8 lines
176 B
TypeScript

export default function Search() {
return (
<div className="flex flex-col gap-2">
Find user by username, find account by email, find bot by token
</div>
);
}