|
// Here we can create "Barrels" so that it's easier to import everything
|
|
// within /components
|
|
|
|
export * from './app/app';
|
|
export * from './counter/counter';
|
|
export * from './fetch-data/fetch-data';
|
|
export * from './home/home';
|
|
export * from './nav-menu/nav-menu'; |