mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-18 13:35:08 +00:00
6 lines
119 B
HTML
6 lines
119 B
HTML
<script>
|
|
import { getSession } from '@sapper/app';
|
|
const session = getSession();
|
|
</script>
|
|
|
|
<h1>{$session.title}</h1> |