mirror of
https://github.com/lemeow125/Borrowing-TrackerFrontend.git
synced 2025-08-03 10:03:27 +08:00
Added initial transactions list page and edited technician dashboard component names for better readability
This commit is contained in:
parent
be6e1ba229
commit
08fd217ccb
5 changed files with 21 additions and 6 deletions
|
@ -12,7 +12,7 @@ import Popup from "reactjs-popup";
|
|||
import AddItemModal from "../AddItemModal/AddItemModal";
|
||||
import AddSKUModal from "../AddSKUModal/AddSKUModal";
|
||||
import { useState } from "react";
|
||||
export default function TechnicianButtons() {
|
||||
export default function TechnicianEquipmentButtons() {
|
||||
const [addSKUmodalOpen, SetAddSKUModalOpen] = useState(false);
|
||||
const [additemmodalOpen, SetAddItemModalOpen] = useState(false);
|
||||
const navigate = useNavigate();
|
|
@ -4,7 +4,7 @@ import ManageSearchIcon from "@mui/icons-material/ManageSearch";
|
|||
import styles from "../../styles";
|
||||
import { colors } from "../../styles";
|
||||
|
||||
export default function TechnicianLogs() {
|
||||
export default function TechnicianLogButtons() {
|
||||
const navigate = useNavigate();
|
||||
return (
|
||||
<>
|
Loading…
Add table
Add a link
Reference in a new issue