Fixed coding styles

This commit is contained in:
Alejandro Celaya 2019-03-17 18:24:09 +01:00
parent d847ccf0f4
commit 977e143b4e

View file

@ -1,7 +1,6 @@
import React from 'react';
import { mount, shallow } from 'enzyme';
import { mount } from 'enzyme';
import Checkbox from '../../src/utils/Checkbox';
import DateInput from './DateInput.test';
describe('<Checkbox />', () => {
let wrapped;