Skip to content

Instantly share code, notes, and snippets.

@edoves
Created October 30, 2024 15:18
Show Gist options
  • Save edoves/24001393bc7bd88e701562bfbc95d05e to your computer and use it in GitHub Desktop.
Save edoves/24001393bc7bd88e701562bfbc95d05e to your computer and use it in GitHub Desktop.
Better export setting up inside index.js

Better export setting up inside index.js

export { default as Navbar } from './Navbar/Navbar';
export { default as Footer } from './Footer/Footer';
export { default as InfoSection } from './InfoSection/InfoSection';
export { default as Pricing } from './Pricing/Pricing';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment