diff --git a/prototype-starter/app/functions.js b/prototype-starter/app/functions.js new file mode 100644 index 0000000000..fe886b68ac --- /dev/null +++ b/prototype-starter/app/functions.js @@ -0,0 +1,9 @@ +// +// For guidance on how to create functions see: +// https://prototype-kit.service.gov.uk/docs/functions +// + +const govukPrototypeKit = require('govuk-prototype-kit') +const addFunction = govukPrototypeKit.views.addFunction + +// Add your functions here