Skip to content

Instantly share code, notes, and snippets.

(ns wmcng.fake
(:require-macros [cljs.core.async.macros :refer [go]])
(:require [clojure.string :as str]
[om.dom :as dom]
[om.next :as om :refer-macros [defui]]
[untangled.client.core :as uc]
[untangled.client.data-fetch :as df]
[untangled.client.logging :as log]
[untangled.client.mutations :refer [defmutation]]
[untangled.client.network :as net]))
(ns wmcng.fake
(:require-macros [cljs.core.async.macros :refer [go]])
(:require [clojure.string :as str]
[om.dom :as dom]
[om.next :as om :refer-macros [defui]]
[untangled.client.core :as uc]
[untangled.client.data-fetch :as df]
[untangled.client.logging :as log]
[untangled.client.mutations :refer [defmutation]]
[untangled.client.network :as net]))