Skip to content

Commit

Permalink
codgen: remove duplicate FrontController generation statement
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoPeters1024 committed Sep 23, 2020
1 parent 98bfad2 commit 6910c62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IHP/IDE/CodeGen/ApplicationGenerator.hs
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ generateGenericApplication applicationName =
, CreateFile { filePath = applicationName <> "/Types.hs", fileContent = typesHs }
, CreateFile { filePath = applicationName <> "/Routes.hs", fileContent = routesHs }
, CreateFile { filePath = applicationName <> "/FrontController.hs", fileContent = frontControllerHs }
, CreateFile { filePath = applicationName <> "/FrontController.hs", fileContent = frontControllerHs }
, CreateFile { filePath = applicationName <> "/Controller/Prelude.hs", fileContent = controllerPreludeHs }
, CreateFile { filePath = applicationName <> "/View/Context.hs",fileContent = viewContextHs }
, CreateFile { filePath = applicationName <> "/View/Layout.hs", fileContent = viewLayoutHs }
Expand Down

0 comments on commit 6910c62

Please sign in to comment.