add empty forms page
This commit is contained in:
@ -23,7 +23,7 @@ import rectangle from "assets/images/rectangle_secondPage.png";
|
||||
|
||||
import "./formPage.scss";
|
||||
|
||||
const FormPage = () => {
|
||||
export const FormPage = () => {
|
||||
if (localStorage.getItem("role_status") !== "18") {
|
||||
return <Navigate to="/profile" replace />;
|
||||
}
|
||||
@ -101,5 +101,3 @@ const FormPage = () => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default FormPage;
|
||||
|
Reference in New Issue
Block a user