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