mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 03:18:26 +00:00
Dashboard page template
This commit is contained in:
15
modules/webapp/src/main/elm/Messages/Page/Dashboard.elm
Normal file
15
modules/webapp/src/main/elm/Messages/Page/Dashboard.elm
Normal file
@ -0,0 +1,15 @@
|
||||
module Messages.Page.Dashboard exposing (Texts, de, gb)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{}
|
Reference in New Issue
Block a user