Skip to content

Commit 1a5c3f5

Browse files
authored
Merge branch 'main' into menu-item-res
2 parents 869bd80 + dd966fc commit 1a5c3f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/app/(restaurant)/[id].tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ import { TReview } from "@/types/review";
2222
import { useUser } from "@/context/user-context";
2323
import { TMenuItem } from "@/types/menu-item";
2424
import { getMenuItemsByRestaurant } from "@/api/menu-items";
25+
import { TMenuItem } from "@/types/menu-item";
26+
import { getMenuItemsByRestaurant } from "@/api/menu-items";
2527

2628
export default function Route() {
2729
const restaurantTags = ["Fast Food", "Fried Chicken", "Chicken Sandwiches", "Order Online"];

0 commit comments

Comments
 (0)