module Effect (Eff (..)) where import Miso.String (MisoString) data Eff = ReloadCollections | Log MisoString deriving (Show, Eq)