reload collections when creating
This commit is contained in:
5
frontend/app/Effect.hs
Normal file
5
frontend/app/Effect.hs
Normal file
@@ -0,0 +1,5 @@
|
||||
module Effect (Eff (..)) where
|
||||
|
||||
data Eff
|
||||
= ReloadCollections
|
||||
deriving (Show, Eq)
|
||||
Reference in New Issue
Block a user