This website works better with JavaScript
Home
Explore
Help
Register
Sign In
dkb
/
stocks-fe
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
af5e355a02
Branches
Tags
main
stocks-fe
/
src
/
routes
/
store.js
store.js
77 B
History
Raw
1
2
3
import { writable } from 'svelte/store';
export const auth = writable(null);