mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-05-19 04:48:15 +08:00
Improved registration and activation functionality
This commit is contained in:
parent
8a2c702da3
commit
742a1af9f8
7 changed files with 111 additions and 5 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue