Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
dylkaw committed Sep 28, 2024
1 parent 4b137b9 commit 61e1ec7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import {
import LoadingScreen from "@/components/common/loading-screen";
import AdminEditUserModal from "@/components/admin-user-management/admin-edit-user-modal";
import { PencilIcon, Trash2Icon } from "lucide-react";
import AuthPageWrapper from "@/components/auth/auth-page-wrapper";
import { User, UserArraySchema } from "@/lib/schemas/user-schema";

const fetcher = async (url: string): Promise<User[]> => {
Expand Down
1 change: 0 additions & 1 deletion frontend/components/user-settings/user-settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ import ProfileTab from "@/components/user-settings/profile-tab";
import LoadingScreen from "@/components/common/loading-screen";
import { useAuth } from "@/app/auth/auth-context";
import { cn } from "@/lib/utils";
import AuthPageWrapper from "../auth/auth-page-wrapper";
import { User, UserSchema } from "@/lib/schemas/user-schema";

const fetcher = async (url: string): Promise<User> => {
Expand Down

0 comments on commit 61e1ec7

Please sign in to comment.