From 6d49618c5420fef33616c90ffaea0cd566f61f57 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Tue, 13 Feb 2024 21:23:24 -0500 Subject: [PATCH] delete some commented out imports --- src/Main.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Main.hs b/src/Main.hs index 2c555d3..885f484 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -22,7 +22,6 @@ import Miso , div_ , text , Effect - --, (#>) , (<#) , noEff , defaultEvents @@ -33,7 +32,6 @@ import Miso , consoleLog , pushURI , uriSub - --, MisoString (..) ) import GHCJS.DOM (currentDocument) import GHCJS.DOM.Types (toJSString, fromJSString, Element, JSString)