1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-18 18:17:03 +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

@@ -15,11 +15,9 @@ module Data.Session exposing
import Browser.Navigation as Nav
import Data.AppConfig as AppConfig exposing (AppConfig)
import Html exposing (Html)
import Json.Decode as D
import Json.Decode.Pipeline exposing (..)
import Json.Decode.Pipeline exposing (optional)
import Json.Encode as E
import Ports
import Time
import Url exposing (Url)