Export XMonad.Layout.Grid.arrange (for use in XMonad.Layout.IM)

This commit is contained in:
Roman Cheplyaka 2008-02-21 06:22:04 +00:00
parent d9e8311d52
commit 4e828e85e3

View File

@ -17,7 +17,7 @@
module XMonad.Layout.Grid (
-- * Usage
-- $usage
Grid(..)
Grid(..), arrange
) where
import XMonad