From ed5776a7b1b05e6a8b6da9cbe0ef125c74ec20d9 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 24 May 2021 23:30:27 +0200 Subject: [PATCH] update build --- cljs/tictactoe.cljs | 2 -- 1 file changed, 2 deletions(-) diff --git a/cljs/tictactoe.cljs b/cljs/tictactoe.cljs index a0f4229..d348658 100644 --- a/cljs/tictactoe.cljs +++ b/cljs/tictactoe.cljs @@ -3,8 +3,6 @@ (:require [reagent.core :as r] [reagent.dom :as rdom])) -(defn foo [] (< 1 2)) - (def empty-board [[\- \- \-] [\- \- \-] [\- \- \-]])