Main: clean up stale imports

This commit is contained in:
Jonathan Daugherty 2016-10-28 16:29:08 -07:00
parent 5af29b43f8
commit fbc7dfedc5

View File

@ -70,17 +70,7 @@ import Graphics.Vty
, mkVty
)
import Brick.Types
( Viewport
, Direction
, Widget
, rowL
, columnL
, CursorLocation(..)
, cursorLocationNameL
, EventM(..)
, Extent(..)
)
import Brick.Types (Widget, EventM(..))
import Brick.Types.Internal
import Brick.Widgets.Internal
import Brick.AttrMap