Skip to content

Commit

Permalink
Merge pull request #5 from stil4m/master
Browse files Browse the repository at this point in the history
Remove duplicate imports
  • Loading branch information
Richard Feldman authored Jun 9, 2017
2 parents 2465ebe + 5b86773 commit 3190187
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/Main.elm
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,13 @@ import Page.NotFound as NotFound
import Page.Article.Editor as Editor
import Page.Errored as Errored exposing (PageLoadError)
import Views.Page as Page exposing (ActivePage)
import Data.User as User exposing (User)
import Json.Decode as Decode exposing (Value)
import Navigation
import Task
import Util exposing ((=>))
import Route exposing (Route)
import Json.Decode as Decode
import Data.User as User exposing (User, Username)
import Data.Article exposing (Slug)
import Data.Session as Session exposing (Session)
import Html exposing (..)
import Route exposing (Route)
import Html


-- WARNING: this whole file will become unnecessary and go away in Elm 0.19,
Expand Down
1 change: 0 additions & 1 deletion src/Views/Errors.elm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ module Views.Errors exposing (view)
import Html exposing (..)
import Html.Attributes exposing (class, style)
import Html.Events exposing (onClick)
import Html
import Util exposing ((=>))


Expand Down

0 comments on commit 3190187

Please sign in to comment.