6 lines
152 B
JavaScript
6 lines
152 B
JavaScript
/**
|
|
* Nuage Admin Components
|
|
*/
|
|
export { default as ExplorerPage } from './ExplorerPage.js';
|
|
export { default as SharesPage } from './SharesPage.js';
|