Groww-OSS / Groww-OSS/frontatish
Ability to do absolute imports under the components instead of relative imports
Open
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
For example
```js
import { withColors } from 'themes';`
```
can be done instead of
```js
import { withColors } from '../../themes';
```
Contributor guide
Assessment
This issue has not been assessed yet.