diff --git a/example/Main.elm b/example/Main.elm index 6105adf5..32ce23ff 100644 --- a/example/Main.elm +++ b/example/Main.elm @@ -2,7 +2,6 @@ module Main exposing (main) import Result import Ast -import Ast as L import Ast.Expression exposing (..) import Ast.Statement exposing (..) import Html exposing (Html, p, div, li, ul, pre, textarea, text)