UNPKG

ndla-ui

Version:

UI component library for NDLA.

15 lines (12 loc) 407 B
/** * Copyright (c) 2016-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 LayoutItem from './LayoutItem'; export { default as OneColumn } from './OneColumn'; export { default as PageContainer } from './PageContainer'; export { default as Content } from './Content'; export default LayoutItem;