mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 03:05:12 +00:00
5 lines
108 B
JavaScript
5 lines
108 B
JavaScript
import { writable } from 'svelte/store';
|
|
|
|
export const CONTEXT_KEY = {};
|
|
|
|
export const preload = () => ({}); |