Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'alpinejs/packages/alpinejs/src/magics/$store.js')
-rw-r--r--alpinejs/packages/alpinejs/src/magics/$store.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/alpinejs/packages/alpinejs/src/magics/$store.js b/alpinejs/packages/alpinejs/src/magics/$store.js
deleted file mode 100644
index a14d40d..0000000
--- a/alpinejs/packages/alpinejs/src/magics/$store.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import { getStores } from '../store'
-import { magic } from '../magics'
-
-magic('store', getStores)