Skip to content

Commit

Permalink
fix duplicate require
Browse files Browse the repository at this point in the history
  • Loading branch information
briansztamfater committed May 15, 2023
1 parent 9f6df6a commit 4e15089
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
[quo2.core :as quo]
[react-native.core :as rn]
[utils.re-frame :as rf]
[utils.i18n :as i18n]
[react-native.platform :as platform]))
[utils.i18n :as i18n]))

(def ^:const media-server-uri-prefix "https://localhost:")
(def ^:const audio-path "/messages/audio")
Expand Down

0 comments on commit 4e15089

Please sign in to comment.