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

$store.js « magics « src « alpinejs « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a14d40d978da83c515d88605262f3abe6bc27f07 (plain)
1
2
3
4
import { getStores } from '../store'
import { magic } from '../magics'

magic('store', getStores)