mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
12
modules/webapp/src/main/elm/Messages/Comp/ItemCard.elm
Normal file
12
modules/webapp/src/main/elm/Messages/Comp/ItemCard.elm
Normal file
@ -0,0 +1,12 @@
|
||||
module Messages.Comp.ItemCard exposing (..)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ folder : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ folder = "Folder"
|
||||
}
|
Reference in New Issue
Block a user