Skip to content

Commit

Permalink
Clean NS
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Javid <19339952+smohamedjavid@users.noreply.github.com>
  • Loading branch information
smohamedjavid authored and churik committed Sep 14, 2023
1 parent 44f7698 commit ae8aca6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/quo2/components/list_items/preview_list/view.cljs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(ns quo2.components.list-items.preview-list.view
(:require [quo2.components.avatars.account-avatar.view :as account-avatar]
[quo2.components.avatars.user-avatar.view :as user-avatar]
[quo2.components.list-items.preview-list.properties :as properties]
[quo2.components.tags.number-tag.view :as number-tag]
[quo2.theme :as quo.theme]
[quo2.components.list-items.preview-list.properties :as properties]
[react-native.core :as rn]
[react-native.fast-image :as fast-image]
[react-native.hole-view :as hole-view]))
Expand Down
4 changes: 2 additions & 2 deletions src/quo2/components/tags/number_tag/view.cljs
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
(ns quo2.components.tags.number-tag.view
(:require [quo2.components.icon :as icons]
[quo2.components.markdown.text :as text]
[react-native.core :as rn]
[quo2.components.tags.number-tag.style :as style]
[quo2.theme :as quo.theme]))
[quo2.theme :as quo.theme]
[react-native.core :as rn]))

(defn view-internal
[{:keys [number size blur? theme] :as props}]
Expand Down

0 comments on commit ae8aca6

Please sign in to comment.