refactor
This commit is contained in:
parent
3bd354ab84
commit
59733456ed
15 changed files with 129 additions and 172 deletions
17
Assistant/WebApp/Common.hs
Normal file
17
Assistant/WebApp/Common.hs
Normal file
|
@ -0,0 +1,17 @@
|
|||
{- git-annex assistant webapp, common imports
|
||||
-
|
||||
- Copyright 2012 Joey Hess <joey@kitenet.net>
|
||||
-
|
||||
- Licensed under the GNU AGPL version 3 or higher.
|
||||
-}
|
||||
|
||||
module Assistant.WebApp.Common (module X) where
|
||||
|
||||
import Assistant.Common as X
|
||||
import Assistant.WebApp as X
|
||||
import Assistant.WebApp.Page as X
|
||||
import Assistant.WebApp.Types as X
|
||||
import Utility.Yesod as X
|
||||
|
||||
import Data.Text as X (Text)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue