This commit is contained in:
Rich Harris
2019-04-24 16:55:33 -04:00
parent 186fb8525e
commit 2ad23c1bb9
3 changed files with 17 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
<script>
import Nav from '../components/Nav.html';
import Nav from '../components/Nav.svelte';
export let segment;
</script>