UNPKG

@kiwicom/smart-faq

Version:

14 lines (11 loc) 268 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // @flow var ComponentWithError = function ComponentWithError() { throw new Error('ERROR!'); }; var _default = ComponentWithError; exports.default = _default;