Bring in Jinja and Sass for text-input component

This commit is contained in:
Tom Byers
2020-07-14 16:45:35 +01:00
parent 3f9e49603d
commit 02514df9fa
2 changed files with 3 additions and 1 deletions

View File

@@ -70,7 +70,8 @@ const copy = {
'fieldset',
'hint',
'label',
'checkboxes'
'checkboxes',
'input'
];
let done = 0;