fix: imports

This commit is contained in:
Austin Pickett 2026-04-19 19:22:07 -04:00
parent 823b6d08ed
commit c1949e844b

View file

@ -1,6 +1,6 @@
import { useEffect, useRef, useState } from "react";
import { ExternalLink, Copy, X, Check, Loader2 } from "lucide-react";
import { Typography } from "@nous-research/ui";
import { H2 } from "@nous-research/ui";
import { api, type OAuthProvider, type OAuthStartResponse } from "@/lib/api";
import { Button } from "@/components/ui/button";
import { Input } from "@/components/ui/input";
@ -194,14 +194,14 @@ export function OAuthLoginModal({
</button>
<div className="p-6 flex flex-col gap-4">
<div>
<Typography
as="h2"
mondwest
<H2
id="oauth-modal-title"
className="text-base tracking-wider uppercase"
variant="sm"
mondwest
className="tracking-wider uppercase"
>
{t.oauth.connect} {provider.name}
</Typography>
</H2>
{secondsLeft !== null &&
phase !== "approved" &&
phase !== "error" && (