mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 01:32:43 +03:00
Remove redundant route generation
This commit is contained in:
parent
793e514b7a
commit
e9158586c4
@ -122,7 +122,6 @@ const createGeneratedFiles = async () => {
|
||||
{ filepath: ['Page'], contents: PageTemplate() },
|
||||
{ filepath: ['Request'], contents: RequestTemplate() },
|
||||
{ filepath: ['Gen', 'Route'], contents: RouteTemplate(segments, options(kindForPage)) },
|
||||
{ filepath: ['Gen', 'Route'], contents: RouteTemplate(segments, options(kindForPage)) },
|
||||
{ filepath: ['Gen', 'Pages'], contents: PagesTemplate(segments, options(kindForPage)) },
|
||||
{ filepath: ['Gen', 'Model'], contents: ModelTemplate(segments, options(kindForPage)) },
|
||||
{ filepath: ['Gen', 'Msg'], contents: MsgTemplate(segments, options(kindForPage)) }
|
||||
|
Loading…
Reference in New Issue
Block a user