tbarlow12 / projector

The create-react-app for CSE projects
2 stars 0 forks source link

[Spike] Replace file-relative imports with root-relative imports in the project #51

Open zmmille2 opened 3 years ago

zmmille2 commented 3 years ago

Today, we're importing modules through long '../../../../models' chains.

It would be nice if we could replace these imports with calls referencing root: ~/src/models or similar.