add handler file

This commit is contained in:
Lucy Cifferello
2023-06-15 16:37:23 -06:00
parent fe908c6fdb
commit 74b02239e5
2 changed files with 7 additions and 2 deletions

6
src/Handler/Root.hs Normal file
View File

@@ -0,0 +1,6 @@
module Handler.Root where
import Startlude
getRootR :: Handler ()
getRootR = notImplemented