UNPKG

@carbon/ibm-security

Version:

Carbon for Cloud & Cognitive IBM Security UI components

12 lines (11 loc) 245 B
/** * @file Important Content Area (ICA) entry point. * @copyright IBM Security 2019 */ import ICA from './ICA'; import ICASkeleton from './ICASkeleton'; export { ICA, ICASkeleton }; export default { ICA: ICA, ICASkeleton: ICASkeleton };