gregziegan / elm-calendar

Reusable Calendar widget written in Elm
BSD 3-Clause "New" or "Revised" License
66 stars 13 forks source link

Error when running examples #16

Open nsb opened 8 years ago

nsb commented 8 years ago

When running the Basic.elm with elm-live:

Cannot find variable `Fixtures.viewConfig`.

71|     Calendar.viewConfig Fixtures.viewConfig
                            ^^^^^^^^^^^^^^^^^^^
`Fixtures` does not expose `viewConfig`.

Detected errors in 1 module.