Life-saving path import trick in VS Code ⚡
Hey guys! I recently found a nice shortcut that makes the javascript developers' life easier!
We use to import files in the below way,
import cart_styles from "../../styles/cart.css";
import product_styles from "../../styles/product.css";
import use...
manitej.hashnode.dev2 min read