menu page menuchart iframe removed
Some checks are pending
Build and Deploy Build Output / build (push) Waiting to run

This commit is contained in:
Alaguraj0361 2025-12-08 07:22:43 +05:30
parent c18b014bcc
commit 752d346522

View File

@ -22,7 +22,7 @@ const page = () => {
{/* Headline Area end */}
{/* Restaurant Menu Area start */}
<RestaurantMenu />
<MenuIframe />
{/* <MenuIframe /> */}
</WellFoodLayout>
);
};