ndla-ui
Version:
UI component library for NDLA.
16 lines (13 loc) • 587 B
JavaScript
/**
* 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;