1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2026-09-15 16:18:51 +00:00

ui: Reformat with elm-format 0.8.1

This commit is contained in:
James Hillyerd
2018-11-13 22:06:19 -08:00
parent ecd0c124d4
commit b67d5ba376
15 changed files with 48 additions and 26 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
module Data.Message exposing (..)
module Data.Message exposing (Attachment, Message, attachmentDecoder, decoder)
import Data.Date exposing (date)
import Date exposing (Date)