Skip to content

Instantly share code, notes, and snippets.

@shofetim
Created September 25, 2015 00:06
Show Gist options
  • Save shofetim/7a4be08f14245d93a276 to your computer and use it in GitHub Desktop.
Save shofetim/7a4be08f14245d93a276 to your computer and use it in GitHub Desktop.
(ns nmk.account
(:require-macros [cljs.core.async.macros :refer [go]])
(:require [om.core :as om :include-macros true]
[cljs.core.async :refer [put! chan <! >!]]
[om-tools.dom :as dom :include-macros true]
[om-tools.core :refer-macros [defcomponent]]
[om-bootstrap.table :refer [table]]
[om-bootstrap.random :as r]
[nmk.cart :as cart]
[goog.dom.xml :as xml]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment