Skip to content

Commit

Permalink
Move code into src/
Browse files Browse the repository at this point in the history
  • Loading branch information
evancz committed Jun 23, 2018
1 parent c2fc8a2 commit 3c43be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Todo.elm → src/Main.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
port module Todo exposing (..)
port module Main exposing (..)

{-| TodoMVC implemented in Elm, using plain HTML and CSS for rendering.
Expand Down

0 comments on commit 3c43be4

Please sign in to comment.