瀏覽代碼

fix library require

llcc 3 年之前
父節點
當前提交
d5fc2188f6
共有 1 個文件被更改,包括 1 次插入1 次删除
  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.handler.user :as user-handler]
    [frontend.mobile.intent :as intent]
    [frontend.mobile.intent :as intent]
    [frontend.state :as state]
    [frontend.state :as state]
-   [frontend.text :as text]))
+   [logseq.graph-parser.text :as text]))
 
 
 (def *link-to-another-graph (atom false))
 (def *link-to-another-graph (atom false))