mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2024-11-17 06:19:27 +08:00
Remove unused snippets in student dashboard componenent
This commit is contained in:
parent
6970810256
commit
5f0e3648d6
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
import styles from "../../../styles";
|
||||
import { useNavigate } from "react-router-dom";
|
||||
import { Button } from "@mui/material";
|
||||
import AddBoxIcon from "@mui/icons-material/AddBox";
|
||||
import { colors } from "../../../styles";
|
||||
|
@ -7,7 +6,6 @@ import Popup from "reactjs-popup";
|
|||
import { useState } from "react";
|
||||
export default function StudentDashboard() {
|
||||
const [addTransactionModalOpen, SetAddTransactionModalOpen] = useState(false);
|
||||
const navigate = useNavigate();
|
||||
return (
|
||||
<div style={styles.flex_column}>
|
||||
<p
|
||||
|
|
Loading…
Reference in a new issue