formatting

This commit is contained in:
AmirHossein Mahmoodi
2025-05-13 14:11:39 +03:30
parent b089f2c7fa
commit 5f7f808396

View File

@@ -4,13 +4,7 @@ import DialogLoading from "@/core/components/DialogLoading";
import useRequest from "@/lib/hooks/useRequest";
import { GET_TOLL_HOUSE_IMAGES } from "@/core/utils/routes";
import { Typography } from "@mui/material";
const titles = [
"نمای کلی از راهداری",
"آشیانه ماشین آلات",
"انباری شن و ماسه",
"محیط کاری",
"سایر تصاویر",
];
const titles = ["نمای کلی از راهداری", "آشیانه ماشین آلات", "انباری شن و ماسه", "محیط کاری", "سایر تصاویر"];
const ImagesContent = ({ rowId }) => {
const requestServer = useRequest();