feat: Dynamically get the menu from the back end
This commit is contained in:
5
apps/backend-mock/src/utils/index.ts
Normal file
5
apps/backend-mock/src/utils/index.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
function sleep(ms: number) {
|
||||
return new Promise((resolve) => setTimeout(resolve, ms));
|
||||
}
|
||||
|
||||
export { sleep };
|
Reference in New Issue
Block a user