Skip to content

Commit dd1b48b

Browse files
Bugfix: Add folder for app components (#300)
Fix bug introduced accidentally by #286.
1 parent 7e8b2c9 commit dd1b48b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const appViews = [
5454
path.join(__dirname, 'lib/prototype-admin/'),
5555
path.join(__dirname, 'node_modules/nhsuk-frontend/packages/components'),
5656
path.join(__dirname, 'node_modules/nhsuk-frontend/packages/macros'),
57+
path.join(__dirname, 'app/components/'),
5758
];
5859

5960
const nunjucksConfig = {

0 commit comments

Comments
 (0)