File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ import Username exposing (Username)
26
26
import Viewer exposing (Viewer )
27
27
28
28
29
-
30
- -- WARNING: Based on discussions around how asset management features
31
- -- like code splitting and lazy loading have been shaping up, I expect
32
- -- most of this file to become unnecessary in a future release of Elm.
33
- -- Avoid putting things in here unless there is no alternative!
29
+ -- NOTE: Based on discussions around how asset management features
30
+ -- like code splitting and lazy loading have been shaping up, it's possible
31
+ -- that most of this file may become unnecessary in a future release of Elm.
32
+ -- Avoid putting things in this module unless there is no alternative!
33
+ -- See https://discourse.elm-lang.org/t/elm-spa-in-0-19/1800/2 for more.
34
34
35
35
36
36
type Model
You can’t perform that action at this time.
0 commit comments