Skip to content

Commit

Permalink
Min
Browse files Browse the repository at this point in the history
  • Loading branch information
Waseem raja Shaik authored and Waseem raja Shaik committed Feb 6, 2024
1 parent 6d05d15 commit 7206c74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/menu/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import SMImage1 from "../../../public/special_menu/sm_image1.jpeg";
import SMImage2 from "../../../public/special_menu/sm_image2.jpeg";
import SMImage3 from "../../../public/special_menu/sm_image3.jpeg";

type MenuItems = any;

const Menu = () => {
const [menuToggle, setMenuToggle] = useState(0);
const handleToggle = (i: any) => {
Expand Down

0 comments on commit 7206c74

Please sign in to comment.