store.js 88 B

123
  1. import { writable } from 'svelte/store';
  2. export const authentication = writable(null);