Skip to content

Commit

Permalink
MAP-1878: attempt at fix for custom js files not loading
Browse files Browse the repository at this point in the history
  • Loading branch information
ashleygyngell committed Feb 7, 2025
1 parent b2d03f9 commit 21547da
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/js/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
import * as govukFrontend from 'govuk-frontend'
import * as mojFrontend from '@ministryofjustice/frontend'
import establishmentRoll from './establishment-roll'
import initMoj from './initMoj'
import printPage from './printPage'

govukFrontend.initAll()
mojFrontend.initAll()
establishmentRoll()
printPage()
initMoj()

0 comments on commit 21547da

Please sign in to comment.