I want to import a Svelte component from component/button.svelte
. But I keep getting this error:
component/button.svelte' is not a module
Following the answer to this question doesn't help either.
I want to import a Svelte component from component/button.svelte
. But I keep getting this error:
component/button.svelte' is not a module
Following the answer to this question doesn't help either.