From e489f48f5552ea28617e20d3e5b18fffb319bf24 Mon Sep 17 00:00:00 2001 From: Kat <54268893+kosiakkatrina@users.noreply.github.com> Date: Thu, 9 Jan 2025 15:04:15 +0000 Subject: [PATCH] lint --- app/frontend/application.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/frontend/application.js b/app/frontend/application.js index b47cca504..0b120c049 100644 --- a/app/frontend/application.js +++ b/app/frontend/application.js @@ -18,12 +18,12 @@ import { initAll as MOJFrontend } from '@ministryofjustice/frontend' import './controllers' import './cookie-banner' import './styles/application.scss' -import 'moj-frontend'; -import $ from 'jquery'; +import 'moj-frontend' +import $ from 'jquery' window.$ = $ require.context('govuk-frontend/dist/govuk/assets') GOVUKFrontend() GOVUKPrototypeComponents() -MOJFrontend() \ No newline at end of file +MOJFrontend()