completionId: cgen-758726f374204b0f90ea8cc6aa3f468a
cgen-758726f374204b0f90ea8cc6aa3f468a
This commit is contained in:
parent
017fa8324e
commit
1566a83bc4
1 changed files with 7 additions and 1 deletions
|
|
@ -18,7 +18,10 @@ import { Textarea } from "@/components/ui/textarea";
|
||||||
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
import { Tabs, TabsContent, TabsList, TabsTrigger } from "@/components/ui/tabs";
|
||||||
import LoadingScreen from "@/components/LoadingScreen";
|
import LoadingScreen from "@/components/LoadingScreen";
|
||||||
import { Link } from "react-router-dom";
|
import { Link } from "react-router-dom";
|
||||||
import OAuthConnections from "@/components/settings/OAuthConnections";
|
import OAuthConnections, {
|
||||||
|
type ProviderDescriptor,
|
||||||
|
type ProviderKey,
|
||||||
|
} from "@/components/settings/OAuthConnections";
|
||||||
import RealmSwitcher, { RealmKey } from "@/components/settings/RealmSwitcher";
|
import RealmSwitcher, { RealmKey } from "@/components/settings/RealmSwitcher";
|
||||||
import {
|
import {
|
||||||
User,
|
User,
|
||||||
|
|
@ -40,6 +43,9 @@ import {
|
||||||
ArrowRight,
|
ArrowRight,
|
||||||
Copy,
|
Copy,
|
||||||
CheckCircle2,
|
CheckCircle2,
|
||||||
|
Github,
|
||||||
|
Mail,
|
||||||
|
MessageCircle,
|
||||||
} from "lucide-react";
|
} from "lucide-react";
|
||||||
|
|
||||||
const ARMS = [
|
const ARMS = [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue