diff --git a/resources/public/cljs/tictactoe.cljs b/resources/public/cljs/tictactoe.cljs index a0f4229..d348658 100644 --- a/resources/public/cljs/tictactoe.cljs +++ b/resources/public/cljs/tictactoe.cljs @@ -3,8 +3,6 @@ (:require [reagent.core :as r] [reagent.dom :as rdom])) -(defn foo [] (< 1 2)) - (def empty-board [[\- \- \-] [\- \- \-] [\- \- \-]])