wip
This commit is contained in:
parent
abf1c30ce6
commit
73029df58a
6 changed files with 53 additions and 17 deletions
3
src/web/app/mobile/api/notify.ts
Normal file
3
src/web/app/mobile/api/notify.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export default function(message) {
|
||||
alert(message);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue