1 import Backend (backend) 2 import Frontend (frontend) 3 import Obelisk.Backend (runBackend) 4 5 main :: IO () 6 main = runBackend backend frontend