Skip to content
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.

Commit

Permalink
Get rid of -- where comments from some files
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Oct 11, 2016
1 parent cb5a973 commit 619e4c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Errors.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module Errors exposing (..) -- where
module Errors exposing (main)

import Char
import Html exposing (..)
Expand Down
2 changes: 1 addition & 1 deletion src/pages/NotFound.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module NotFound exposing (..) -- where
module NotFound exposing (main)

import Html exposing (..)
import Html.Attributes exposing (style)
Expand Down

0 comments on commit 619e4c7

Please sign in to comment.