exploring/fighting is functional
[sketchy-heroes.git] / src / public / app / dom.ts
diff --git a/src/public/app/dom.ts b/src/public/app/dom.ts
new file mode 100644 (file)
index 0000000..4929feb
--- /dev/null
@@ -0,0 +1,9 @@
+import $ from 'jquery';
+
+export function $fightButton() {
+  return $('#fight-action');
+}
+
+export function $exploreButton() {
+  return $('#explore-action');
+}