another huge commit but we have notifs now yay
This commit is contained in:
parent
015a3e65e1
commit
998e8f2517
17 changed files with 442 additions and 52 deletions
4
src/lib/stores/user.js
Normal file
4
src/lib/stores/user.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import { writable } from 'svelte/store';
|
||||
|
||||
export let user = writable(0);
|
||||
export let logged_in = writable(false);
|
Loading…
Add table
Add a link
Reference in a new issue