Renamed components folder, put failing tests back in to get some assistance with those

This commit is contained in:
Jonathan Bobel
2023-08-22 12:40:53 -04:00
parent 96d9e009af
commit a4fc40bcba
208 changed files with 153 additions and 152 deletions

View File

@@ -1,7 +1,7 @@
{% from "components/content-metadata.html" import content_metadata %}
{% from "components/table.html" import mapping_table, row, text_field, field, row_heading %}
{% from "components/live-search.html" import live_search %}
{% from "components/us_components/details/macro.njk" import govukDetails %}
{% from "components/components/details/macro.njk" import govukDetails %}
{% extends "content_template.html" %}