mirror of
https://github.com/lemeow125/EquipmentTracker-Frontend.git
synced 2025-09-19 05:59:23 +08:00
Added initial widgets in dashboard
This commit is contained in:
parent
45c9fd588a
commit
2c0ae6770c
5 changed files with 235 additions and 9 deletions
|
@ -10,6 +10,7 @@ import { useSelector } from "react-redux";
|
|||
import { useNavigate } from "react-router-dom";
|
||||
import { RootState } from "../../Components/Plugins/Redux/Store/Store";
|
||||
import ResetPasswordModal from "../../Components/ResetPasswordModal/ResetPasswordModal";
|
||||
|
||||
export default function LandingPage() {
|
||||
const [loginmodalOpen, SetloginmodalOpen] = useState(false);
|
||||
const [registermodalOpen, SetRegisterModalOpen] = useState(false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue