diff --git a/frontend/app/routes/users.$handle.tsx b/frontend/app/routes/users.$handle.tsx index 6a181d2..3ff0922 100644 --- a/frontend/app/routes/users.$handle.tsx +++ b/frontend/app/routes/users.$handle.tsx @@ -18,7 +18,6 @@ import { backendUrl, host } from "~/lib/config.server.ts"; import { useSession } from "~/lib/contexts.ts"; import { detectLocale, i18n } from "~/lib/i18n.server.ts"; import type { Chart, DiscordInfo, User } from "~/lib/types.ts"; -import { useRandomValue } from "~/lib/useRandomValue"; import { isAdmin } from "~/lib/utils.ts"; export const loader = async ({ params, request }: LoaderFunctionArgs) => { @@ -138,9 +137,7 @@ const UserPage = () => {