Improved registration and activation functionality

This commit is contained in:
Keannu Christian Bernasol 2023-11-19 23:11:27 +08:00
parent 8a2c702da3
commit 742a1af9f8
7 changed files with 111 additions and 5 deletions

View file

@ -1,7 +1,7 @@
import { useState } from "react";
import styles, { colors } from "../../styles";
import MenuIcon from "@mui/icons-material/Menu";
import SidebarModal from "../Sidebar/Sidebar";
import SidebarModal from "../Drawer/Drawer";
import { Drawer } from "@mui/material";
export interface props {
label: string;