Rename the widget files for the Home handler to also be called 'home'

This commit is contained in:
Danielle McLean 2017-10-02 21:49:04 +11:00
parent 85f3147e88
commit b0d997dabc
Signed by: 00dani
GPG key ID: 3844A6973C6058F1
2 changed files with 1 additions and 1 deletions

View file

@ -8,4 +8,4 @@ module Handler.Home where
import Import
getHomeR :: Handler Html
getHomeR = defaultLayout $(widgetFile "homepage")
getHomeR = defaultLayout $(widgetFile "home")