UNPKG

@kiwicom/smart-faq

Version:

8 lines (5 loc) 113 B
// @flow const ComponentWithError = () => { throw new Error('ERROR!'); }; export default ComponentWithError;