Remove GenericForm import from App.tsx
GenericForm was imported but never used in App.tsx. This clean-up helps in maintaining the codebase by removing unnecessary imports, thus enhancing readability and reducing potential confusion.
This commit is contained in:
parent
2a56144bbc
commit
a08c55ec41
|
|
@ -6,7 +6,6 @@ import Footer from "./components/footer/footer";
|
|||
import VerifyMail from "./components/verify_email/verify_mail";
|
||||
import ThankYou from "./components/verify_email/thank_you";
|
||||
import DEBUG from "./components/DEBUG/DEBUG";
|
||||
import GenericForm from "./components/form/genericForm";
|
||||
import {getFormProperties} from "./components/form/formData";
|
||||
import {FormProperties} from "./components/form/formInterfaces";
|
||||
import FormActiveRedirect from "./components/form/formActiveRedirect";
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user