Last active
August 29, 2015 14:06
-
-
Save krishnabhargav/762b8ef59b60056bb8dc to your computer and use it in GitHub Desktop.
simple hello alert message
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(ns webapp.client | |
(:require | |
[figwheel.client :as fw :include-macros true])) | |
(fw/watch-and-reload) | |
(js/alert "Hello Zumanji") | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment