Update Admin imports for Supabase data
cgen-5e6a251f4853487f8c458c39f1b48962
This commit is contained in:
parent
b536bb92d6
commit
f73921421b
1 changed files with 4 additions and 2 deletions
|
|
@ -2,10 +2,12 @@ import Layout from "@/components/Layout";
|
|||
import LoadingScreen from "@/components/LoadingScreen";
|
||||
import { useAuth } from "@/contexts/AuthContext";
|
||||
import { useEffect, useState } from "react";
|
||||
import { ensureDemoSeed } from "@/lib/demo-feed";
|
||||
import { isSupabaseConfigured } from "@/lib/supabase";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { aethexToast } from "@/lib/aethex-toast";
|
||||
import {
|
||||
aethexUserService,
|
||||
type AethexUserProfile,
|
||||
} from "@/lib/aethex-database-adapter";
|
||||
import {
|
||||
Card,
|
||||
CardContent,
|
||||
|
|
|
|||
Loading…
Reference in a new issue