From f781ef3f0367f5a266e7adb175ffaf5e69838302 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Sat, 12 Oct 2024 20:18:48 +0200 Subject: fix frontend --- frontend/app/Effect.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'frontend/app/Effect.hs') diff --git a/frontend/app/Effect.hs b/frontend/app/Effect.hs index ad87d72..a79754f 100644 --- a/frontend/app/Effect.hs +++ b/frontend/app/Effect.hs @@ -1,5 +1,8 @@ module Effect (Eff (..)) where +import Miso.String (MisoString) + data Eff = ReloadCollections + | Log MisoString deriving (Show, Eq) -- cgit v1.2.3