mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Fix elm-analyse issues
This commit is contained in:
@ -1,4 +1,12 @@
|
||||
module Comp.SentMails exposing (..)
|
||||
module Comp.SentMails exposing
|
||||
( Model
|
||||
, Msg
|
||||
, init
|
||||
, initMails
|
||||
, isEmpty
|
||||
, update
|
||||
, view
|
||||
)
|
||||
|
||||
import Api.Model.SentMail exposing (SentMail)
|
||||
import Html exposing (..)
|
||||
|
Reference in New Issue
Block a user