From abf1c30ce6198545c45e88c10f0922912ca5ac84 Mon Sep 17 00:00:00 2001 From: syuilo Date: Thu, 22 Feb 2018 02:00:30 +0900 Subject: wip --- src/web/app/mobile/api/input.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/web/app/mobile/api/input.ts (limited to 'src/web/app/mobile/api/input.ts') diff --git a/src/web/app/mobile/api/input.ts b/src/web/app/mobile/api/input.ts new file mode 100644 index 0000000000..fcff68cfb6 --- /dev/null +++ b/src/web/app/mobile/api/input.ts @@ -0,0 +1,5 @@ +export default function(opts) { + return new Promise((res, rej) => { + alert('input not implemented yet'); + }); +} -- cgit v1.2.3-freya