-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
It would be nice to be able to import without having the relative import path.
Exemple
Currently, in the Bullets component, we import the Button component.
Então a importação fica:
import Button from '../../atoms/Button'With Non-relative import, we would have something like this:
import Button from 'atoms/Button'To understand how to implement and what the implications are, here is the official Typescript documentation.
We can just start in the store-ui project and add this setting to the other packages too, what do you think?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested