👌 remove eslint-disable

This commit is contained in:
ghalestrilo 2020-06-29 14:51:40 -03:00
parent c39211d472
commit 78ec304e15
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,4 @@
/* eslint-disable */
import React, { useEffect } from 'react';
import React from 'react';
import PropTypes from 'prop-types';
import { Link } from 'react-router';
import { bindActionCreators } from 'redux';