mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 02:48:26 +00:00
Share page skeleton
This commit is contained in:
22
modules/webapp/src/main/elm/Messages/Page/Share.elm
Normal file
22
modules/webapp/src/main/elm/Messages/Page/Share.elm
Normal file
@ -0,0 +1,22 @@
|
||||
{-
|
||||
Copyright 2020 Eike K. & Contributors
|
||||
|
||||
SPDX-License-Identifier: AGPL-3.0-or-later
|
||||
-}
|
||||
|
||||
|
||||
module Messages.Page.Share exposing (..)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{}
|
Reference in New Issue
Block a user