UNPKG

ndla-ui

Version:

UI component library for NDLA.

27 lines (23 loc) 606 B
/** * 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. * */ import Article, { ArticleTitle, ArticleIntroduction, ArticleWrapper, ArticleHeaderWrapper, } from './Article'; export { default as ArticleByline } from './ArticleByline'; export { default as ArticleContent } from './ArticleContent'; export { default as ArticleFootNotes } from './ArticleFootNotes'; export { ArticleTitle, ArticleIntroduction, ArticleWrapper, ArticleHeaderWrapper, }; export default Article;