Update imports for OAuth connections
cgen-cc2ae453d66a469aa3005088c37aa766
This commit is contained in:
parent
5e1540aa5d
commit
60a5a21934
1 changed files with 5 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { useState, useEffect, useMemo } from "react";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { useNavigate, useSearchParams } from "react-router-dom";
|
||||
import Layout from "@/components/Layout";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
|
|
@ -11,6 +11,10 @@ import {
|
|||
} from "@/lib/aethex-database-adapter";
|
||||
import { communityService } from "@/lib/supabase-service";
|
||||
import PostComposer from "@/components/social/PostComposer";
|
||||
import OAuthConnections, {
|
||||
ProviderDescriptor,
|
||||
ProviderKey,
|
||||
} from "@/components/settings/OAuthConnections";
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue