wip
This commit is contained in:
parent
3d4fccef45
commit
abf1c30ce6
9 changed files with 108 additions and 18 deletions
5
src/web/app/mobile/api/dialog.ts
Normal file
5
src/web/app/mobile/api/dialog.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
export default function(opts) {
|
||||
return new Promise<string>((res, rej) => {
|
||||
alert('dialog not implemented yet');
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue