yuanchuan / sveltekit-autoimport

Automatically detect and import components/modules for SvelteKit projects
https://npm.im/sveltekit-autoimport
MIT License
228 stars 11 forks source link

Recognize object component #27

Closed yuanchuan closed 2 years ago

yuanchuan commented 2 years ago
<A.Button />

Recognized as A instead of A.Button. Should fix #25