diff options
| author | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-16 18:19:08 -0400 |
|---|---|---|
| committer | Andrew Kim <andrewdkim@users.noreply.github.com> | 2019-03-16 18:19:08 -0400 |
| commit | f8a2744ea03ec03236284939d14787b04b9c8aa6 (patch) | |
| tree | 8fcf1b12d1c048b24b356721d142a278514b5f9c /src/mobile | |
| parent | ff32ee37261e5f7f57b60be9ebd8dceb83f9e87e (diff) | |
asdfasfd
Diffstat (limited to 'src/mobile')
| -rw-r--r-- | src/mobile/ImageUpload.tsx | 11 | ||||
| -rw-r--r-- | src/mobile/InkControls.tsx | 0 |
2 files changed, 11 insertions, 0 deletions
diff --git a/src/mobile/ImageUpload.tsx b/src/mobile/ImageUpload.tsx new file mode 100644 index 000000000..566fe9d6c --- /dev/null +++ b/src/mobile/ImageUpload.tsx @@ -0,0 +1,11 @@ +ReactDOM.render(( + <div + style={{ + position: "absolute", + width: "100%", + height: "100%", + background: "yellow" + }} + ></div>), + document.getElementById('root') +);
\ No newline at end of file diff --git a/src/mobile/InkControls.tsx b/src/mobile/InkControls.tsx new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/src/mobile/InkControls.tsx |
