mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-12-01 17:32:52 +03:00
Keybindings: re-export Pretty module
This commit is contained in:
parent
52a370fad8
commit
232fcc81b4
@ -2,9 +2,11 @@ module Brick.Keybindings
|
|||||||
( module Brick.Keybindings.KeyEvents
|
( module Brick.Keybindings.KeyEvents
|
||||||
, module Brick.Keybindings.KeyConfig
|
, module Brick.Keybindings.KeyConfig
|
||||||
, module Brick.Keybindings.KeyHandlerMap
|
, module Brick.Keybindings.KeyHandlerMap
|
||||||
|
, module Brick.Keybindings.Pretty
|
||||||
)
|
)
|
||||||
where
|
where
|
||||||
|
|
||||||
import Brick.Keybindings.KeyEvents
|
import Brick.Keybindings.KeyEvents
|
||||||
import Brick.Keybindings.KeyConfig
|
import Brick.Keybindings.KeyConfig
|
||||||
import Brick.Keybindings.KeyHandlerMap
|
import Brick.Keybindings.KeyHandlerMap
|
||||||
|
import Brick.Keybindings.Pretty
|
||||||
|
Loading…
Reference in New Issue
Block a user