import { Edit } from "iconsax-react"; import ProgressBar from "../../../../../components/ProgressBar"; import TrashWithConfrim from "../../../../../components/TrashWithConfrim"; import ChecklistItem from "./ChecklistItem"; const CheckLists = () => { const items = [ { id: "1", title: "آیتم ۱", checked: true }, { id: "2", title: "آیتم ۱", checked: true }, { id: "3", title: "آیتم ۱", checked: true }, ]; return (