Fixed store implementation

This commit is contained in:
2021-08-18 16:36:45 +02:00
parent 5f70749e97
commit c2de493870
2 changed files with 4 additions and 11 deletions

View File

@@ -1,5 +1,7 @@
<script>
export let logged_in = true;
import UserStore from '$lib/UserStore';
$: logged_in = $UserStore.isLoggedIn;
</script>
<div