Skip to content

Commit

Permalink
add govukPanel import to layout.html
Browse files Browse the repository at this point in the history
  • Loading branch information
harley-harris committed Jan 17, 2024
1 parent d9f3bd2 commit 24d0c36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/views/confirmation.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

{% set mainClasses = "govuk-main-wrapper--l" %}

{% from "govuk/components/panel/macro.njk" import govukPanel %}

{% block content %}
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds">
Expand Down
1 change: 1 addition & 0 deletions src/views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

{% from "govuk/components/footer/macro.njk" import govukFooter %}
{% from "govuk/components/header/macro.njk" import govukHeader %}
{% from "govuk/components/panel/macro.njk" import govukPanel %}

{% block head %}

Expand Down

0 comments on commit 24d0c36

Please sign in to comment.