Create new repository to host all dashboard developments
This project contains the commons components and all the dashboard instances
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';