mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
8 lines
264 B
TypeScript
8 lines
264 B
TypeScript
// 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'; |