Skip to content

Commit

Permalink
Fix linter warning ./src/App.js Line 1: 'Component' is defined but ne…
Browse files Browse the repository at this point in the history
…ver used no-unused-vars
  • Loading branch information
alessandrocuzzocrea committed Feb 12, 2018
1 parent 723ddd0 commit c9d5e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
@@ -1,4 +1,4 @@
import React, { Component } from "react";
import React from "react";
import { Transition } from "react-transition-group";

import consts from "./consts";
Expand Down

0 comments on commit c9d5e3b

Please sign in to comment.