clientjs/packages/dashboard-components/src/ui/index.js
author ymh <ymh.work@gmail.com>
Mon, 17 Sep 2018 15:32:33 +0200
changeset 6 819a7ab4e3fb
parent 5 b26c9c44dd84
permissions -rw-r--r--
aborted async loading test, better split dashboard-components

import { library } from '@fortawesome/fontawesome-svg-core';

import {
  faUser,
  faPencilAlt,
  faComment,
  faComments,
  faBell,
  faFileAlt,
  faShareAlt,
  faGlobe,
} from '@fortawesome/free-solid-svg-icons';

import { faWikipediaW } from '@fortawesome/free-brands-svg-icons';

library.add(
  faUser,
  faPencilAlt,
  faComment,
  faBell,
  faFileAlt,
  faComments,
  faShareAlt,
  faGlobe,
  faWikipediaW,
);

export { default as Annotation } from './Annotation';
export { default as AnnotationQuote } from './AnnotationQuote';
export { default as Tag } from './Tag';
export { default as TermEntry } from './TermEntry';
export { default as Sidebar } from './Sidebar';
export { default as ScrollToTop } from './ScrollToTop';
export { default as RowChart } from './RowChart';
export { default as MainNav } from './MainNav';
export { default as Loader } from './Loader';
export { default as IssoThread } from './IssoThread';
export { default as IndexEntryItem } from './IndexEntryItem';
export { default as IndexList } from './IndexList';
export { default as DocumentAnnotation } from './DocumentAnnotation';
export { default as DocumentAnnotations } from './DocumentAnnotations';
export { default as Document } from './Document';
export { default as DefinitionBlock } from './DefinitionBlock';
export { default as DefinitionsCards } from './DefinitionsCards';
export { default as AnnotationsDocumentsTableRow } from './AnnotationsDocumentsTableRow';
export { default as AnnotationsDocumentsTable } from './AnnotationsDocumentsTable';
export { default as AnnotationsCards } from './AnnotationsCards';