equal
deleted
inserted
replaced
|
1 import { library } from '@fortawesome/fontawesome-svg-core'; |
|
2 |
|
3 import { |
|
4 faUser, |
|
5 faPencilAlt, |
|
6 faComment, |
|
7 faComments, |
|
8 faBell, |
|
9 faFileAlt, |
|
10 faShareAlt, |
|
11 faGlobe, |
|
12 } from '@fortawesome/free-solid-svg-icons'; |
|
13 |
|
14 import { faWikipediaW } from '@fortawesome/free-brands-svg-icons'; |
|
15 |
|
16 library.add( |
|
17 faUser, |
|
18 faPencilAlt, |
|
19 faComment, |
|
20 faBell, |
|
21 faFileAlt, |
|
22 faComments, |
|
23 faShareAlt, |
|
24 faGlobe, |
|
25 faWikipediaW, |
|
26 ); |
|
27 |
|
28 export { default as Annotation } from './Annotation'; |
|
29 export { default as AnnotationQuote } from './AnnotationQuote'; |
|
30 export { default as Tag } from './Tag'; |
|
31 export { default as TermEntry } from './TermEntry'; |
|
32 export { default as Sidebar } from './Sidebar'; |
|
33 export { default as ScrollToTop } from './ScrollToTop'; |
|
34 export { default as RowChart } from './RowChart'; |
|
35 export { default as MainNav } from './MainNav'; |
|
36 export { default as Loader } from './Loader'; |
|
37 export { default as IssoThread } from './IssoThread'; |
|
38 export { default as IndexEntryItem } from './IndexEntryItem'; |
|
39 export { default as IndexList } from './IndexList'; |
|
40 export { default as DocumentAnnotation } from './DocumentAnnotation'; |
|
41 export { default as DocumentAnnotations } from './DocumentAnnotations'; |
|
42 export { default as Document } from './Document'; |
|
43 export { default as DefinitionBlock } from './DefinitionBlock'; |
|
44 export { default as DefinitionsCards } from './DefinitionsCards'; |
|
45 export { default as AnnotationsDocumentsTableRow } from './AnnotationsDocumentsTableRow'; |
|
46 export { default as AnnotationsDocumentsTable } from './AnnotationsDocumentsTable'; |
|
47 export { default as AnnotationsCards } from './AnnotationsCards'; |