Import/Export framework first version

This commit is contained in:
alonso.torres 2021-05-28 12:59:43 +02:00 committed by Andrés Moya
parent d7eec3b92b
commit bf5f845789
12 changed files with 413 additions and 7 deletions

View file

@ -6,6 +6,7 @@
(ns app.worker
(:require
[app.common.exceptions :as ex]
[app.common.spec :as us]
[app.common.transit :as t]
@ -14,6 +15,9 @@
[app.util.worker :as w]
[app.worker.impl :as impl]
[app.worker.selection]
[app.worker.import]
[app.worker.export]
[app.worker.snaps]
[app.worker.thumbnails]
[beicon.core :as rx]
@ -159,4 +163,3 @@
(set! process-message-sub (subscribe-buffer-messages))
(.addEventListener js/self "message" on-message))