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

ui: Import fixes for src directory

This commit is contained in:
James Hillyerd
2020-03-29 11:35:22 -07:00
parent 1a45179e31
commit 59ae2112f7
3 changed files with 24 additions and 5 deletions

View File

@@ -4,7 +4,7 @@ import Browser exposing (Document, UrlRequest)
import Browser.Navigation as Nav
import Data.AppConfig as AppConfig exposing (AppConfig)
import Data.Session as Session exposing (Session)
import Html exposing (..)
import Html exposing (Html)
import Json.Decode as D exposing (Value)
import Layout
import Page.Home as Home