Skip to content

Commit

Permalink
Import only the icon needed to reduce build size.
Browse files Browse the repository at this point in the history
  • Loading branch information
swingley committed Sep 21, 2017
1 parent aecaccf commit 590e30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/close.js
@@ -1,5 +1,5 @@
import React from 'react' import React from 'react'
import { FaTimesCircle } from 'react-icons/lib/fa' import FaTimesCircle from 'react-icons/lib/fa/times-circle'


import '../css/close.css' import '../css/close.css'


Expand Down

0 comments on commit 590e30d

Please sign in to comment.