Skip to content

Commit ebd3ea3

Browse files
Add default functions file for convenience
1 parent 03d1bc4 commit ebd3ea3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

prototype-starter/app/functions.js

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//
2+
// For guidance on how to create functions see:
3+
// https://prototype-kit.service.gov.uk/docs/functions
4+
//
5+
6+
const govukPrototypeKit = require('govuk-prototype-kit')
7+
const addFunction = govukPrototypeKit.views.addFunction
8+
9+
// Add your functions here

0 commit comments

Comments
 (0)