From 9ff144e768b17e857a6c83779729754f521aaa47 Mon Sep 17 00:00:00 2001 From: Stan Silvert Date: Mon, 7 Dec 2020 13:57:03 -0500 Subject: [PATCH] Remove useEffect import. (#250) --- src/components/scroll-form/ScrollForm.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/scroll-form/ScrollForm.tsx b/src/components/scroll-form/ScrollForm.tsx index 74ad17e2b4..c6b778fdff 100644 --- a/src/components/scroll-form/ScrollForm.tsx +++ b/src/components/scroll-form/ScrollForm.tsx @@ -1,4 +1,4 @@ -import React, { Children, useEffect, useState } from "react"; +import React, { Children, useState } from "react"; import { useTranslation } from "react-i18next"; import { Grid,