Keybindings: re-export Pretty module

This commit is contained in:
Jonathan Daugherty 2022-07-10 09:50:09 -07:00
parent 52a370fad8
commit 232fcc81b4

View File

@ -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