clientjs/packages/dashboard-components/src/ui/index.js
changeset 6 819a7ab4e3fb
parent 5 b26c9c44dd84
--- a/clientjs/packages/dashboard-components/src/ui/index.js	Mon Sep 17 10:47:06 2018 +0200
+++ b/clientjs/packages/dashboard-components/src/ui/index.js	Mon Sep 17 15:32:33 2018 +0200
@@ -9,7 +9,6 @@
   faFileAlt,
   faShareAlt,
   faGlobe,
-  faCircleNotch,
 } from '@fortawesome/free-solid-svg-icons';
 
 import { faWikipediaW } from '@fortawesome/free-brands-svg-icons';
@@ -24,7 +23,6 @@
   faShareAlt,
   faGlobe,
   faWikipediaW,
-  faCircleNotch,
 );
 
 export { default as Annotation } from './Annotation';