Add Effect.elm to elm-application.json for end-to-end app.

This commit is contained in:
Dillon Kearns 2024-03-02 19:11:49 -08:00
parent 6539a2fda3
commit dc50d43e33

View File

@ -3,6 +3,7 @@
"summary": "Offline documentation previewer",
"version": "5.0.0",
"exposed-modules": [
"Page"
"Page",
"Effect"
]
}