Skip to content

Commit

Permalink
Add default functions file for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSurgisonGDS committed Nov 27, 2023
1 parent 7bd79e3 commit 7339e87
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions prototype-starter/app/functions.js
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 7339e87

Please sign in to comment.