First commit
Explore Svelte and Sapper
This commit is contained in:
15
src/store.js
Normal file
15
src/store.js
Normal file
@@ -0,0 +1,15 @@
|
||||
import * as fn from './functions'
|
||||
import { writable } from 'svelte/store'
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Site related
|
||||
========================================================================== */
|
||||
export let currentLocation = {}
|
||||
export let loaded = writable(false)
|
||||
|
||||
// Data
|
||||
export let locations = writable()
|
||||
export let countries = writable()
|
||||
export let site = writable()
|
||||
Reference in New Issue
Block a user