Last active
March 18, 2017 13:57
-
-
Save deque-blog/9a814b405b9e71ec973ccb6907c73a85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defn main-frame | |
[turn suggestions interactions] | |
[:div.game-panel | |
[menu/show-top-menu (:scores turn) (:player turn) interactions] | |
[board/render-board (:board turn) suggestions interactions]]) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment