|
Last change
on this file since badbc79 was badbc79, checked in by Luka Cheshlarov <luka.cheshlarov@…>, 20 months ago |
|
Initial commit
|
-
Property mode
set to
100644
|
|
File size:
244 bytes
|
| Rev | Line | |
|---|
| [badbc79] | 1 | import {GetAllOrders} from "../services/order-service";
|
|---|
| 2 | import {GetAllMenuItems} from "../services/menu-item-service";
|
|---|
| 3 |
|
|---|
| 4 | export const menuItemLoader = async ({params}) => {
|
|---|
| 5 | const menuItems = await GetAllMenuItems();
|
|---|
| 6 | return {menuItems};
|
|---|
| 7 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.