ndla-ui
Version:
UI component library for NDLA.
15 lines (12 loc) • 413 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 Figure from './Figure';
export { Figure, FigureCaption } from './Figure';
export { FigureLicenseDialog } from './FigureLicenseDialog';
export { FigureFullscreenDialog } from './FigureFullscreenDialog';
export default Figure;