Remove redundant route generation

This commit is contained in:
Sam Marten 2021-06-11 03:37:29 -05:00
parent 793e514b7a
commit e9158586c4

View File

@ -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)) }