ryu-man / svantic

Svantic is a set of UI components for Svelte framework based on the Fomantic-UI library
MIT License
17 stars 3 forks source link

Rename item.svelte file name to correct name. #3

Closed ibilux closed 3 years ago

ibilux commented 3 years ago

The error: Failed to resolve import "./item.svelte" from "node_modules/svantic/src/views/item/index.js". The windows OS file system is non-case-insensitive. But, the error will occur when trying to use Svantic in another case-insensitive file system OS (like linux or mac … etc).