carlosvegap / capstone-kickoff

0 stars 0 forks source link

Change routes to absolute #32

Open CarLosVegga opened 1 year ago

CarLosVegga commented 1 year ago

nit: If this already works fine for you, just skip over this. But relative imports can sometimes get annoying.

If you want to simplify imports to be like import X from "src/my/module/here.js", instead of import X from "../../../../../module/here.js"... you could look here: https://create-react-app.dev/docs/importing-a-component/#absolute-imports

_Originally posted by @jbmanning in https://github.com/carlosvegap/capstone-kickoff/pull/25#discussion_r923952620_