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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user