espial/src/Handler/Docs.hs

10 lines
180 B
Haskell
Raw Normal View History

2019-01-31 02:54:47 +00:00
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Handler.Docs where
import Import
getDocsSearchR :: Handler Html
getDocsSearchR = popupLayout $
$(widgetFile "docs-search")