Hello, after having installed SvelteKit demo app, I tried to install svantic by simply npm install svantic. Then I add a button directly in the __layout.js to test and got the error of the title of this issue.
I noticed that indeed item.svelte does not exist as it's written Item.svelte with an uppercase "i". It's the only file in the directory that has its first letter in uppercase so I suppose it's a mistake.
Renaming the file to item.svelte seems to do the trick.
Hello, after having installed SvelteKit demo app, I tried to install svantic by simply npm install svantic. Then I add a button directly in the __layout.js to test and got the error of the title of this issue. I noticed that indeed item.svelte does not exist as it's written Item.svelte with an uppercase "i". It's the only file in the directory that has its first letter in uppercase so I suppose it's a mistake. Renaming the file to item.svelte seems to do the trick.