Skip to content

Commit

Permalink
Remove addressed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
prabhanshuguptagit committed Dec 20, 2023
1 parent b22d037 commit 4468732
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/bean/ui/main.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,5 @@
(defn ^:dev/after-load ^:export main []
(rf/dispatch-sync [::events/initialize-db])
(r/render
;; TODO: why extract only the main panel to views
[views/main-panel]
(.getElementById js/document "app")))
1 change: 0 additions & 1 deletion src/bean/ui/subs.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
(:require
[re-frame.core :as re-frame]))

;; TODO: should we make more granular subs?
(re-frame/reg-sub
::sheet
(fn [db]
Expand Down

0 comments on commit 4468732

Please sign in to comment.