Skip to content

Commit b594883

Browse files
Fix Nunjucks import path
1 parent b223cb9 commit b594883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nhsuk-frontend-review/src/components/tables/responsive-table-with-blank-cells.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{% set title = 'Tables' %}
2-
{% from 'components/tables/macro.njk' import table %}
2+
{% from 'nhsuk/components/tables/macro.njk' import table %}
33
{% extends 'example.njk' %}
44

55
{% block content %}

0 commit comments

Comments
 (0)