mirror of
https://github.com/xmonad/xmonad-contrib.git
synced 2025-08-01 20:51:52 -07:00
Add missing module re-export (issue 366)
This commit is contained in:
@@ -20,9 +20,12 @@ module XMonad.Layout.NoFrillsDecoration
|
|||||||
( -- * Usage:
|
( -- * Usage:
|
||||||
-- $usage
|
-- $usage
|
||||||
noFrillsDeco
|
noFrillsDeco
|
||||||
|
|
||||||
|
, module XMonad.Layout.SimpleDecoration
|
||||||
) where
|
) where
|
||||||
|
|
||||||
import XMonad.Layout.Decoration
|
import XMonad.Layout.Decoration
|
||||||
|
import XMonad.Layout.SimpleDecoration
|
||||||
|
|
||||||
-- $usage
|
-- $usage
|
||||||
-- You can use this module with the following in your
|
-- You can use this module with the following in your
|
||||||
|
Reference in New Issue
Block a user