working on modal

This commit is contained in:
nospeedlimitindonesia
2024-07-29 23:55:39 +00:00
parent 93df0458e6
commit 1bef19f624
7 changed files with 197 additions and 146 deletions

View File

@@ -2,8 +2,16 @@ import React from "react";
import styles from "./Footer.module.css"; // assuming you have a CSS module for Footer
import { useNavigationHelpers } from "../helpers/navigationHelpers";
export default function Footer({ shopId, cartItemsLength, selectedPage }) {
const { goToShop, goToSearch, goToCart } = useNavigationHelpers(shopId);
export default function Footer({
shopId,
tableId,
cartItemsLength,
selectedPage,
}) {
const { goToShop, goToSearch, goToCart } = useNavigationHelpers(
shopId,
tableId,
);
return (
<div className={styles.item}>