Skip to content

Commit

Permalink
chore: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cecelot committed Jun 15, 2024
1 parent 41edcc3 commit 9ff361a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/components/friends/FriendsList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
import call from "@/lib/call";
import { createGame } from "@/lib/createGame";
import useFriends from "@/lib/hooks/useFriends";
import simpleGet from "@/lib/simpleGet";
import { Friend } from "@/types";
import { Button } from "@headlessui/react";
import { useState } from "react";

export default function FriendsList() {
const { isLoading, friends } = useFriends();
Expand Down

0 comments on commit 9ff361a

Please sign in to comment.