summaryrefslogtreecommitdiff
path: root/iridescence/src/store/index.ts
diff options
context:
space:
mode:
authorAdam Carpenter <atc@53hor.net>2020-04-23 08:07:35 -0400
committerAdam Carpenter <atc@53hor.net>2020-04-23 08:07:35 -0400
commit6e787a89e0c40f42d51681c960a18818650646b7 (patch)
tree5edad46e2dec72ebe5d00a4a7d53263b1d4d076e /iridescence/src/store/index.ts
parentbe3b6030b4175f6c06d20dae8470b4a44a1befea (diff)
downloadtheglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.tar.xz
theglassyladies-6e787a89e0c40f42d51681c960a18818650646b7.zip
switched back to js, added navbar with burger toggle
Diffstat (limited to 'iridescence/src/store/index.ts')
-rw-r--r--iridescence/src/store/index.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/iridescence/src/store/index.ts b/iridescence/src/store/index.ts
deleted file mode 100644
index fb6015f..0000000
--- a/iridescence/src/store/index.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import Vue from "vue";
-import Vuex from "vuex";
-
-Vue.use(Vuex);
-
-export default new Vuex.Store({
- state: {},
- mutations: {},
- actions: {},
- modules: {}
-});