File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import {
15
15
import LoadingScreen from "@/components/common/loading-screen" ;
16
16
import AdminEditUserModal from "@/components/admin-user-management/admin-edit-user-modal" ;
17
17
import { PencilIcon , Trash2Icon } from "lucide-react" ;
18
- import AuthPageWrapper from "@/components/auth/auth-page-wrapper" ;
19
18
import { User , UserArraySchema } from "@/lib/schemas/user-schema" ;
20
19
21
20
const fetcher = async ( url : string ) : Promise < User [ ] > => {
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ import ProfileTab from "@/components/user-settings/profile-tab";
23
23
import LoadingScreen from "@/components/common/loading-screen" ;
24
24
import { useAuth } from "@/app/auth/auth-context" ;
25
25
import { cn } from "@/lib/utils" ;
26
- import AuthPageWrapper from "../auth/auth-page-wrapper" ;
27
26
import { User , UserSchema } from "@/lib/schemas/user-schema" ;
28
27
29
28
const fetcher = async ( url : string ) : Promise < User > => {
You can’t perform that action at this time.
0 commit comments