more
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { useState } from "react";
|
||||
|
||||
import "../../styles/casetype-page.scss";
|
||||
const CaseTypePage = () => {
|
||||
const [email, setEmail] = useState("");
|
||||
@@ -7,7 +8,7 @@ const CaseTypePage = () => {
|
||||
const [leadAttorney, setLeadAttorney] = useState("");
|
||||
|
||||
return (
|
||||
<>
|
||||
<div className="type-container">
|
||||
<div className="type-row">
|
||||
<div className="type-col">
|
||||
<input
|
||||
@@ -52,7 +53,7 @@ const CaseTypePage = () => {
|
||||
></input>
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user