reload collections when creating

This commit is contained in:
Alexander Foremny
2024-06-07 17:08:01 +02:00
parent 8a34cc822c
commit 2e67bf9115
8 changed files with 60 additions and 26 deletions

5
frontend/app/Effect.hs Normal file
View File

@@ -0,0 +1,5 @@
module Effect (Eff (..)) where
data Eff
= ReloadCollections
deriving (Show, Eq)