Browse Source

fix library require

llcc 3 năm trước cách đây
mục cha
commit
d5fc2188f6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/frontend/mobile/deeplink.cljs

+ 1 - 1
src/main/frontend/mobile/deeplink.cljs

@@ -9,7 +9,7 @@
    [frontend.handler.user :as user-handler]
    [frontend.mobile.intent :as intent]
    [frontend.state :as state]
-   [frontend.text :as text]))
+   [logseq.graph-parser.text :as text]))
 
 (def *link-to-another-graph (atom false))