Skip to content

Commit

Permalink
get rid of unused platform import
Browse files Browse the repository at this point in the history
  • Loading branch information
siddarthkay committed Apr 11, 2023
1 parent c8edaa3 commit e097e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/quo2/components/record_audio/record_audio/view.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
[quo2.components.record-audio.record-audio.buttons.lock-button :as lock-button]
[quo2.components.record-audio.record-audio.buttons.delete-button :as delete-button]
[quo2.components.record-audio.record-audio.buttons.record-button :as record-button]
[react-native.platform :as platform]
[clojure.string :as string]))

(def ^:private min-audio-duration-ms 500)
Expand Down

0 comments on commit e097e49

Please sign in to comment.