forked from cms/tibi-svelte-starter
sourcemap tests
This commit is contained in:
7
src/components/routes/Content.svelte
Normal file
7
src/components/routes/Content.svelte
Normal file
@@ -0,0 +1,7 @@
|
||||
<script lang="typescript">
|
||||
export let path: string
|
||||
|
||||
console.log("Content: ", path)
|
||||
</script>
|
||||
|
||||
<h2>{path}</h2>
|
||||
Reference in New Issue
Block a user