mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-04 17:36:43 +03:00
Main: clean up stale imports
This commit is contained in:
parent
5af29b43f8
commit
fbc7dfedc5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user