From 1543754a2cc89a517f1b478e7699d82c71cc3dee Mon Sep 17 00:00:00 2001 From: Josha von Gizycki Date: Wed, 25 Jul 2018 10:29:48 +0200 Subject: [PATCH] renamed namespace --- src/wanijo/framework/repl.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wanijo/framework/repl.clj b/src/wanijo/framework/repl.clj index cf9461f..b9cd276 100644 --- a/src/wanijo/framework/repl.clj +++ b/src/wanijo/framework/repl.clj @@ -1,7 +1,7 @@ (ns wanijo.framework.repl (:require [buddy.hashers :as hashers] [neo4j-clj.core :as db] - [wanijo.neo4j :as neo4j])) + [wanijo.framework.neo4j :as neo4j])) (db/defquery create-user