Improved login and auth flow

This commit is contained in:
Keannu Christian Bernasol 2023-11-19 18:35:04 +08:00
parent 99cd673b12
commit d878cfb1aa
11 changed files with 249 additions and 99 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 "../SidebarModal/SidebarModal";
import SidebarModal from "../Sidebar/Sidebar";
import { Drawer } from "@mui/material";
export interface props {
label: string;