From 4a44157efb0a4ce6a8cc9c2a51fd6f2ccb63c300 Mon Sep 17 00:00:00 2001 From: decamel Date: Wed, 7 Sep 2022 16:40:36 +0300 Subject: [PATCH] Main Section redundant dependencies --- src/components/MainSection.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/MainSection.tsx b/src/components/MainSection.tsx index 3bc0ad1..21ac885 100644 --- a/src/components/MainSection.tsx +++ b/src/components/MainSection.tsx @@ -1,7 +1,6 @@ /* -------------------------------------------------------------------------- */ /* Imports */ /* -------------------------------------------------------------------------- */ -import classNames from "classnames"; import React from "react"; import Inputgroup from "./Inputgroup"; import Select from "./Select";