Groww-OSS / Groww-OSS/frontatish

Ability to do absolute imports under the components instead of relative imports

Open
#106 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.