ndla-ui
Version:
UI component library for NDLA.
19 lines (14 loc) • 858 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _TopicIntroductionList = require('./TopicIntroductionList');
var _TopicIntroductionList2 = _interopRequireDefault(_TopicIntroductionList);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.default = _TopicIntroductionList2.default; /**
* Copyright (c) 2018-present, NDLA.
*
* This source code is licensed under the GPLv3 license found in the
* LICENSE file in the root directory of this source tree.
*
*/