mirror of
https://github.com/status-im/re-frame.git
synced 2025-02-23 07:18:22 +00:00
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…
x
Reference in New Issue
Block a user