clientjs/packages/dashboard-components/src/ui/index.js
changeset 0 5f4fcbc80b37
child 5 b26c9c44dd84
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/clientjs/packages/dashboard-components/src/ui/index.js	Fri Sep 14 17:57:34 2018 +0200
@@ -0,0 +1,47 @@
+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';