Skip to content

Commit 3105bb3

Browse files
committed
Reorder exports
1 parent 3549cca commit 3105bb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nesting/Counter.elm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module Counter exposing (Model, init, Msg, update, view)
1+
module Counter exposing (Model, Msg, init, update, view)
22

33
import Html exposing (..)
44
import Html.Attributes exposing (..)

0 commit comments

Comments
 (0)