Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
rtodt committed Dec 7, 2016
1 parent 65a67bd commit cdb93c1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 65 deletions.
61 changes: 0 additions & 61 deletions src/Example.elm

This file was deleted.

3 changes: 1 addition & 2 deletions src/ExampleView.elm → src/Main.elm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module ExampleView exposing (..)
module Main exposing (..)

import Html exposing (Html)
import Html.Attributes as HA
Expand All @@ -16,7 +16,6 @@ import Machine
import Animation
import Story
import AnimationFrame
import Example
import VisualizationHtml exposing (..)


Expand Down
3 changes: 1 addition & 2 deletions src/SimulationStory.elm
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import Machine
import Animation
import Story exposing (..)
import AnimationFrame
import Example
import VisualizationHtml exposing (..)


Expand All @@ -33,7 +32,7 @@ create story =

init : ( Model, Cmd Msg )
init =
( { simulation = Example.sim3
( { simulation = Simulation.empty
, player = Story.start Story.empty
}
, Cmd.none
Expand Down

0 comments on commit cdb93c1

Please sign in to comment.