clientjs/packages/dashboard-components/src/ui/index.js
changeset 5 b26c9c44dd84
parent 0 5f4fcbc80b37
child 6 819a7ab4e3fb
equal deleted inserted replaced
4:df751568fda6 5:b26c9c44dd84
     7   faComments,
     7   faComments,
     8   faBell,
     8   faBell,
     9   faFileAlt,
     9   faFileAlt,
    10   faShareAlt,
    10   faShareAlt,
    11   faGlobe,
    11   faGlobe,
       
    12   faCircleNotch,
    12 } from '@fortawesome/free-solid-svg-icons';
    13 } from '@fortawesome/free-solid-svg-icons';
    13 
    14 
    14 import { faWikipediaW } from '@fortawesome/free-brands-svg-icons';
    15 import { faWikipediaW } from '@fortawesome/free-brands-svg-icons';
    15 
    16 
    16 library.add(
    17 library.add(
    21   faFileAlt,
    22   faFileAlt,
    22   faComments,
    23   faComments,
    23   faShareAlt,
    24   faShareAlt,
    24   faGlobe,
    25   faGlobe,
    25   faWikipediaW,
    26   faWikipediaW,
       
    27   faCircleNotch,
    26 );
    28 );
    27 
    29 
    28 export { default as Annotation } from './Annotation';
    30 export { default as Annotation } from './Annotation';
    29 export { default as AnnotationQuote } from './AnnotationQuote';
    31 export { default as AnnotationQuote } from './AnnotationQuote';
    30 export { default as Tag } from './Tag';
    32 export { default as Tag } from './Tag';