From 61e9cd169d1ab9be00f46d1131b62274597d6e12 Mon Sep 17 00:00:00 2001 From: Lucy Cifferello <12953208+elvece@users.noreply.github.com> Date: Wed, 7 Sep 2022 16:40:15 -0600 Subject: [PATCH] remove import --- src/Foundation.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Foundation.hs b/src/Foundation.hs index 868f3b0..a0c12d6 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -150,7 +150,6 @@ import Yesod.Persist.Core ( YesodPersistRunner (..), defaultGetDBRunner, ) -import Foundation (Route(EosUploadR)) -- | The foundation datatype for your application. This can be a good place to