Skip to content

Commit

Permalink
code cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
Takao21 committed Sep 15, 2020
1 parent 3ffc784 commit 1b3fbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TrelloList.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React, { useState, useEffect } from "react";
import React, { useState } from "react";
import TrelloCard from "./TrelloCard";
import ListMenu from "./ListMenu";
import "./TrelloList.css";
Expand Down

0 comments on commit 1b3fbbc

Please sign in to comment.