Closed
Description
For example, I have the following structure
+ src
|--img
| |-- logo.svg
|
|--containers
| |-- App.js
Instead of doing
import logo from "../img/logo.svg"
inside App.js it will be nice to do
import logo from "img/logo.svg"
and it will be easier to read if I have a component placed in deep directory like components/Sidebar/index.js
.
Metadata
Metadata
Assignees
Labels
No labels