fix compilation error

This commit is contained in:
Lucy Cifferello
2023-06-16 12:49:00 -06:00
parent e16937040a
commit 9f4edfaf02
4 changed files with 14 additions and 15 deletions

View File

@@ -1,6 +1,7 @@
module Handler.Root where
import Startlude
import Yesod
import Foundation
getRootR :: Handler ()
getRootR = notImplemented
getRootR :: HandlerFor RegistryCtx ()
getRootR = notImplemented