Add a reminder

This commit is contained in:
mike-thompson-day8 2015-03-05 10:37:38 +11:00
parent f666a8636f
commit 907e013d5a
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,6 @@
(defn ^:export main
[]
(dispatch [:initialise-db])
(dispatch [:initialise-db]) ;; remember this is async
(reagent/render [todomvc.views/top-panel]
(.getElementById js/document "app")))