Merge pull request #1 from plaxdan/patch-1

add missing imports
This commit is contained in:
Matthew Griffith 2018-08-30 23:29:26 -04:00 committed by GitHub
commit a345d74f3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ This means:
```elm
import Element exposing (Element, el, text, row, alignRight, rgb)
import Element exposing (Element, el, text, row, alignRight, fill, width, rgb)
import Element.Background as Background
import Element.Border as Border