mirror of
https://github.com/jtdaugherty/brick.git
synced 2024-11-29 10:54:48 +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.KeyConfig
|
||||
, module Brick.Keybindings.KeyHandlerMap
|
||||
, module Brick.Keybindings.Pretty
|
||||
)
|
||||
where
|
||||
|
||||
import Brick.Keybindings.KeyEvents
|
||||
import Brick.Keybindings.KeyConfig
|
||||
import Brick.Keybindings.KeyHandlerMap
|
||||
import Brick.Keybindings.Pretty
|
||||
|
Loading…
Reference in New Issue
Block a user