diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-07 00:23:45 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-07 00:23:45 +0300 |
| commit | a0603095a35473a6479beb612bc2ed7b33298260 (patch) | |
| tree | a4fe50996e1007f74290ff8cb922dc1daa7b77b0 /web/js/views/upload.js | |
| parent | d87bcee585883f22b2ca0b42db67bf815cc7c1fc (diff) | |
Task 61 extract frontend utilities
Diffstat (limited to 'web/js/views/upload.js')
| -rw-r--r-- | web/js/views/upload.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/js/views/upload.js b/web/js/views/upload.js index 19ceb87..de88ba5 100644 --- a/web/js/views/upload.js +++ b/web/js/views/upload.js @@ -1,6 +1,6 @@ import { API } from '../api.js'; import { state } from '../state.js'; -import { toast } from '../dom.js'; +import { toast } from '../utils.js'; let loadMediaCallback = () => {}; |
