chore: remove unused import

This commit is contained in:
amhsirak
2025-11-05 22:06:33 +05:30
parent 1b5a236246
commit 5ab8455c04

View File

@@ -7,7 +7,6 @@ import {
Box,
Button,
} from "@mui/material";
import { Schedule } from "@mui/icons-material";
import { Dropdown } from "../../ui/DropdownMui";
import { validMomentTimezones } from "../../../constants/const";
import { useGlobalInfoStore } from "../../../context/globalInfo";