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";