Skip to content

Commit

Permalink
[backend] Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kotto5 committed Feb 7, 2024
1 parent 568abda commit 50e0f18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/ui/user/user-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import type { PublicUserEntity } from "@/app/lib/dtos";
import { TooltipProvider } from "@/components/ui/tooltip";
import { Avatar, AvatarSize } from "./avatar";
import { useEffect, useState } from "react";
import { isOnline } from "@/app/lib/actions";

export default function UserList({
users,
Expand Down

0 comments on commit 50e0f18

Please sign in to comment.