diff --git a/app/routes/login.tsx b/app/routes/login.tsx index 6a31cbe..198a262 100644 --- a/app/routes/login.tsx +++ b/app/routes/login.tsx @@ -2,7 +2,10 @@ import { type ActionFunctionArgs, json, type LoaderFunctionArgs, redirect } from import { Form, useActionData, useLoaderData } from '@remix-run/react' import { useMemo } from 'react' +import Button from '~/components/Button' +import Card from '~/components/Card' import Code from '~/components/Code' +import Input from '~/components/Input' import { type Key } from '~/types' import { pull } from '~/utils/headscale' import { startOidc } from '~/utils/oidc' @@ -97,7 +100,7 @@ export default function Page() { return (