This commit is contained in:
Kenneth Jannette
2024-03-22 19:30:38 -05:00
parent 7209035b9a
commit 36be048407
4 changed files with 32 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState, useEffect } from "react";
import React, { useState } from "react";
import Col from "react-bootstrap/Col";
import Form from "react-bootstrap/Form";
import Row from "react-bootstrap/Row";