import { detect } from "detect-browser"; import { Session } from "revolt-api/types/Auth"; import { Client } from "revolt.js"; import { useApplicationState } from "../../../mobx/State"; import { useIntermediate } from "../../../context/intermediate/Intermediate"; import { Form } from "./Form"; export function FormLogin() { const auth = useApplicationState().auth; const { openScreen } = useIntermediate(); return (