1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 01:57:02 +00:00

ui: Fix linter warnings in Data dir

This commit is contained in:
James Hillyerd
2020-03-29 11:13:31 -07:00
parent 9573504725
commit 2b857245f7
5 changed files with 8 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
module Data.Date exposing (date)
import Json.Decode exposing (..)
import Json.Decode exposing (Decoder, int, map)
import Time exposing (Posix)