Files
sapper/test/apps/store/src/routes/store.html
2019-01-31 21:42:29 -05:00

6 lines
119 B
HTML

<script>
import { getSession } from '@sapper/app';
const session = getSession();
</script>
<h1>{$session.title}</h1>