Skip to content

Commit

Permalink
fix: remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
Emerson-Valentim committed Jun 17, 2022
1 parent a54bfa8 commit 4a0c3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Room/components/DoneBoard/index.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useMutation } from "@apollo/client";
import { gql } from "apollo-boost";
import React, { useEffect } from "react";
import React from "react";

import Tiles from "../Tiles";

Expand Down

0 comments on commit 4a0c3b3

Please sign in to comment.