aboutsummaryrefslogtreecommitdiff
path: root/static/api/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'static/api/index.js')
-rw-r--r--static/api/index.js13
1 files changed, 2 insertions, 11 deletions
diff --git a/static/api/index.js b/static/api/index.js
index 50b9b26..07b484d 100644
--- a/static/api/index.js
+++ b/static/api/index.js
@@ -1,11 +1,2 @@
-import * as sfw from 'sfw';
-const { Input } = sfw.element.native;
-
-export async function upload_images() {
- const input = Input.new({
- type: 'file',
- multiple: true,
- accept: 'image/jpeg',
- })
- input.click();
-}
+export * as images from './images.js';
+export * as auth from './auth.js';