is it possible to import my components?
like this:
let Host = svelte`
<script lang="ts">
import Component from './Component.svelte'
</script>
<Component />
`
Right now i am getting this error:
Error: Failed to resolve import "./Component.svelte" from "�virtual:inline-svelte/3b30b88f.js". Does the file exist?
is it possible to import my components?
like this:
Right now i am getting this error:
Error: Failed to resolve import "./Component.svelte" from "�virtual:inline-svelte/3b30b88f.js". Does the file exist?