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