update store test

This commit is contained in:
Rich Harris
2019-01-31 11:32:51 -05:00
parent c990c771d8
commit d486542a8b
3 changed files with 10 additions and 10 deletions

View File

@@ -1 +1,6 @@
<h1>{$title}</h1>
<script>
import * as sapper from '@sapper/client';
const session = sapper.session();
</script>
<h1>{$session.title}</h1>