Build-Week-Anytime-Fitness / front-end

anywhere-fitness-club.vercel.app
1 stars 1 forks source link

Create junction index.js file #76

Open chrislauyc opened 3 years ago

chrislauyc commented 3 years ago

All the imports from relative paths happens here. All other files can import from this file using destructuring. The goal is to keep importing lean. Code example:

import NavBar from './NavBar';
import SideBar from './SideBar';
export {
NavBar,
SideBar
}