Separating "yesod init" commit from others in order to be clearer what changes were made to the scaffold. [ci skip]
12 lines
345 B
Haskell
12 lines
345 B
Haskell
module Import.NoFoundation
|
|
( module Import
|
|
) where
|
|
|
|
import ClassyPrelude.Yesod as Import
|
|
import Model as Import
|
|
import Settings as Import
|
|
import Settings.StaticFiles as Import
|
|
import Yesod.Auth as Import
|
|
import Yesod.Core.Types as Import (loggerSet)
|
|
import Yesod.Default.Config2 as Import
|