more reorg
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
[auto-ap.views.components.sorter :refer [sorted-column]]
|
||||
[auto-ap.views.components.modal :refer [action-modal]]
|
||||
[auto-ap.views.components.paginator :refer [paginator]]
|
||||
[auto-ap.views.components.layouts :refer [side-bar-layout]]
|
||||
[auto-ap.events :as events]
|
||||
[auto-ap.views.utils :refer [dispatch-event date->str bind-field]]
|
||||
[auto-ap.utils :refer [by]]
|
||||
@@ -196,7 +197,7 @@
|
||||
(fn [db]
|
||||
(-> db ::notification)))
|
||||
|
||||
(def transactions-page
|
||||
(def transactions-content
|
||||
|
||||
(with-meta
|
||||
(fn []
|
||||
@@ -235,4 +236,7 @@
|
||||
(re-frame/dispatch [::params-change params]))}]
|
||||
[manual-yodlee-import-modal]]))
|
||||
{:component-will-mount #(re-frame/dispatch-sync [::params-change {}]) }))
|
||||
(defn transactions-page []
|
||||
[side-bar-layout {:side-bar [:div]
|
||||
:main [transactions-content]}])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user