index
:
planetwars.dev
main
Unnamed repository; edit this file 'description' to name the repository.
nginx
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
web
/
pw-server
/
src
/
lib
/
stores
/
current_user.ts
blob: ac53070fcd94834073559cb1a77d32ed1d974027 (
plain
)
1
2
3
import
{
writable
}
from
"svelte/store"
;
export
const
currentUser
=
writable
(
null
);