Border: remove stale imports

This commit is contained in:
Jonathan Daugherty 2015-06-28 21:00:56 -07:00
parent e2cfcb3b9f
commit 94c0061299

View File

@ -18,7 +18,7 @@ module Brick.Widgets.Border
)
where
import Control.Lens ((&), (%~), (^.), (.~), to)
import Control.Lens ((^.), to)
import Data.Monoid ((<>))
import Graphics.Vty (imageHeight, imageWidth)