clientjs/packages/dashboard-components/src/ui/index.js
author ymh <ymh.work@gmail.com>
Mon, 04 Apr 2022 17:02:10 +0200
changeset 26 eb14941af2e7
parent 6 819a7ab4e3fb
permissions -rw-r--r--
Added tag 0.2.2 for changeset 7f7cdcd01dea

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';