Submit social housing lettings and sales data (CORE)
 
 
 
 

8 lines
168 B

import { initAll } from "govuk-frontend";
import { Controller } from "@hotwired/stimulus";
export default class extends Controller {
connect() {
initAll()
}
}