mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-14 11:05:47 +02:00
整理した
This commit is contained in:
5
src/client/app/mobile/api/dialog.ts
Normal file
5
src/client/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');
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user