feat(common): implement buttons and confirmation modal
This commit is contained in:
2
app/utils/async.ts
Normal file
2
app/utils/async.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const sleep = (ms: number) =>
|
||||
new Promise<void>((resolve) => setTimeout(resolve, ms));
|
||||
Reference in New Issue
Block a user