Skip to content

Commit

Permalink
Fixed broken routing problem
Browse files Browse the repository at this point in the history
  • Loading branch information
jenthomson committed May 1, 2020
1 parent 4eaf0f7 commit 13d28c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions app/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ require('./views/application/application-delay/routes')(router, viewContent);
require('./views/application/reporting-delay/routes')(router, viewContent);
require('./views/application/confirmation-page-if-automatic-nil/routes')(router, viewContent);

require('./views/application/transition/routes')(router, viewContent);

// Context pages //
require('./views/application/context-incident-details/routes')(router, viewContent);
require('./views/application/context-contact-with-offender/routes')(router, viewContent);
Expand Down
4 changes: 2 additions & 2 deletions lib/extensions/_extensions.scss
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
$govuk-extensions-url-context: "/extension-assets"; @import "/Users/meneydesign/Documents/GitHub/apply-for-compensation-prototype/node_modules/govuk-frontend/govuk/all.scss";
@import "/Users/meneydesign/Documents/GitHub/apply-for-compensation-prototype/node_modules/@ministryofjustice/frontend/moj/all.scss";
$govuk-extensions-url-context: "/extension-assets"; @import "/Users/jenthomson/Documents/GitHub/apply-for-compensation-prototype/node_modules/govuk-frontend/govuk/all.scss";
@import "/Users/jenthomson/Documents/GitHub/apply-for-compensation-prototype/node_modules/@ministryofjustice/frontend/moj/all.scss";

0 comments on commit 13d28c8

Please sign in to comment.