diff options
-rw-r--r-- | ThreeColumns.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ThreeColumns.hs b/ThreeColumns.hs index 1475586..e466e74 100644 --- a/ThreeColumns.hs +++ b/ThreeColumns.hs @@ -22,7 +22,7 @@ module XMonadContrib.ThreeColumns ( import XMonad import qualified StackSet as W -import Operations ( Resize(..), IncMasterN(..), splitVertically, splitHorizontallyBy ) +import Layouts ( Resize(..), IncMasterN(..), splitVertically, splitHorizontallyBy ) import Data.Ratio |