Merge pull request #377 from Grahack/appstruct
Comment about useless require in todomvc
This commit is contained in:
commit
6f7a4d6774
|
@ -4,8 +4,8 @@
|
|||
[reagent.core :as reagent]
|
||||
[re-frame.core :refer [dispatch dispatch-sync]]
|
||||
[secretary.core :as secretary]
|
||||
[todomvc.events]
|
||||
[todomvc.subs]
|
||||
[todomvc.events] ;; These two are only required to make the compiler
|
||||
[todomvc.subs] ;; load them (see docs/Basic-App-Structure.md)
|
||||
[todomvc.views]
|
||||
[devtools.core :as devtools])
|
||||
(:import [goog History]
|
||||
|
|
Loading…
Reference in New Issue