NehemiahK / fun-react-lib

A fun React Library for practice
https://nehemiahk.github.io/fun-react-lib/
61 stars 24 forks source link

Add configuration to support absolute imports #31

Open ashispavan opened 4 years ago

ashispavan commented 4 years ago

import SimpleButton from 'components/Button'; instead of

import SimpleButton from '../components/Button';

ashispavan commented 4 years ago

@NehemiahK Do I have rights to assign issues?

krissh-the-dev commented 4 years ago

@NehemiahK Do I have rights to assign issues?

Check your email. @NehemiahK would've sent you collaboration request. I'll assign you for now.

ashispavan commented 4 years ago

@NehemiahK Do I have rights to assign issues?

Check your email. @NehemiahK would've sent you collaboration request. I'll assign you for now.

Got it. Thanks!

madhuni commented 4 years ago

I think we can close this issue now.