mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 09:44:55 +03:00
use underscore to denote dynamic route
This commit is contained in:
parent
105d3bcc43
commit
c74cda90fc
@ -7,7 +7,7 @@ import Pages.Counter as Counter
|
||||
import Pages.Homepage as Homepage
|
||||
import Pages.NotFound as NotFound
|
||||
import Pages.Random as Random
|
||||
import Pages.Users.Slug as Users_Slug
|
||||
import Pages.Users.Slug_ as Users_Slug
|
||||
|
||||
|
||||
type Model
|
||||
|
@ -1,4 +1,4 @@
|
||||
module Pages.Users.Slug exposing (Model, Msg, page)
|
||||
module Pages.Users.Slug_ exposing (Model, Msg, page)
|
||||
|
||||
import Application
|
||||
import Html exposing (..)
|
Loading…
Reference in New Issue
Block a user