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