Skip to content

Commit

Permalink
added missing component to view (#146)
Browse files Browse the repository at this point in the history
Missing component path in route
  • Loading branch information
rossdowthwaite committed Jul 4, 2024
1 parent f32a5d7 commit 8921d00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dpr/views/async-report.njk
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
{% from "../components/async-report-list/view.njk" import dprAsyncReportList %}
{% from "../components/icon-button-list/view.njk" import dprIconButtonList %}
{% from "../components/bookmark-toggle/view.njk" import dprBookmarkToggle %}
{% from "../components/loading-anim/view.njk" import dprLoadingAnim %}

{% set mainClasses = "app-container govuk-body" %}

Expand Down

0 comments on commit 8921d00

Please sign in to comment.