From a60e4c28bb5abcb6e8f7c30976e5058c710b0a18 Mon Sep 17 00:00:00 2001 From: Luka Murn Date: Tue, 24 Oct 2017 13:58:59 +0200 Subject: [PATCH] Hound is love, Hound is life --- .../src/components/validation/components/ValidatedFormGroup.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/src/components/validation/components/ValidatedFormGroup.jsx b/app/javascript/src/components/validation/components/ValidatedFormGroup.jsx index 8f0059990..0adb2c889 100644 --- a/app/javascript/src/components/validation/components/ValidatedFormGroup.jsx +++ b/app/javascript/src/components/validation/components/ValidatedFormGroup.jsx @@ -1,4 +1,4 @@ -import React, { Component } from "react"; +import React from "react"; import { FormGroup } from "react-bootstrap"; import PropTypes from "prop-types";