upd
This commit is contained in:
@@ -8,7 +8,7 @@ import useStore from "../stores/useStore";
|
||||
import useAuthStore from "../stores/useAuthStore";
|
||||
import Menu from "../components/Menu";
|
||||
import Button from "../components/Button";
|
||||
import Calendar from "../components/Calendar";
|
||||
// import Calendar from "../components/Calendar";
|
||||
import Managers from "../components/Managers";
|
||||
import ModalContainer from "../components/ModalContainer";
|
||||
import ChevronLeftIcon from "../components/icons/ChevronLeftIcon";
|
||||
@@ -323,7 +323,7 @@ function DashboardPage() {
|
||||
</button>
|
||||
</div>
|
||||
<div className="overflow-x-hidden overflow-y-auto">
|
||||
<Calendar />
|
||||
{/* <Calendar /> */}
|
||||
{/* <Schedules /> */}
|
||||
<Managers />
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user