index.js 559 B

1234567891011121314151617
  1. /*
  2. *+------------------------------------------------------------------------+
  3. *| Licensed Materials - Property of IBM
  4. *| IBM Cognos Products: Content Explorer
  5. *| (C) Copyright IBM Corp. 2015, 2018
  6. *|
  7. *| US Government Users Restricted Rights - Use, duplication or disclosure
  8. *| restricted by GSA ADP Schedule Contract with IBM Corp.
  9. *+------------------------------------------------------------------------+
  10. */
  11. import MyContent from './MyContent/MyContent';
  12. import ContentList from './ContentList/ContentList';
  13. export {
  14. ContentList,
  15. MyContent
  16. };