removed comments

This commit is contained in:
CHIEFSOFT\ameye
2024-11-23 07:34:57 -05:00
parent 95a89c1ccc
commit 45d6220054
2 changed files with 1 additions and 79 deletions
-3
View File
@@ -4,11 +4,8 @@ import Home from "../components/Home";
export default function HomePages() {
const { commonHeadBanner } = useSelector((state) => state.commonHeadBanner);
const [bannerOptions, setBannerOptions] = useState({})
useEffect(()=>{
const bannerOptions = {
bannerList: commonHeadBanner?.result_list,