ndla-ui
Version:
UI component library for NDLA.
22 lines (16 loc) • 851 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MastheadItem = undefined;
var _Masthead = require('./Masthead');
var _Masthead2 = _interopRequireDefault(_Masthead);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
exports.MastheadItem = _Masthead.MastheadItem; /**
* 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.
*
*/
exports.default = _Masthead2.default;