Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
zlu
zlu.me
Commits
4f847a69
Commit
4f847a69
authored
Jul 15, 2016
by
zlu
🤸🏿
Browse files
Remove unused svg imports
parent
58b9e2e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
elm-package.json
View file @
4f847a69
...
...
@@ -9,8 +9,7 @@
"exposed-modules"
:
[],
"dependencies"
:
{
"elm-lang/core"
:
"4.0.1 <= v < 5.0.0"
,
"elm-lang/html"
:
"1.1.0 <= v < 2.0.0"
,
"elm-lang/svg"
:
"1.1.0 <= v < 2.0.0"
"elm-lang/html"
:
"1.1.0 <= v < 2.0.0"
},
"elm-version"
:
"0.17.0 <= v < 0.18.0"
}
random-number.elm
View file @
4f847a69
...
...
@@ -2,8 +2,6 @@ import Html exposing (..)
import
Html
.
Events
exposing
(
onClick
)
import
Html
.
App
as
App
import
Random
import
Svg
exposing
(
..
)
import
Svg
.
Attributes
exposing
(
..
)
main
=
App
.
program
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment