From 4f0bfa0d4ccabebfe7786edf3a5996e56f9f576c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 24 May 2021 23:30:22 +0200 Subject: [PATCH] cleanup --- resources/public/cljs/tictactoe.cljs | 2 -- 1 file changed, 2 deletions(-) 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 [[\- \- \-] [\- \- \-] [\- \- \-]])