6 lines
112 B
Svelte
6 lines
112 B
Svelte
<script>
|
|
import { fade } from 'svelte/transition';
|
|
</script>
|
|
|
|
<h1 in:fade>Still learning how to postgres.</h1>
|