mirror of
https://github.com/ryan-haskell/elm-spa.git
synced 2024-11-21 16:04:38 +03:00
Merge pull request #93 from sammarten/remove-redudant-route-gen
Remove redundant route generation
This commit is contained in:
commit
3d54545e9a
@ -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