Convert app.js to ES modules

GitOrigin-RevId: 7819cc8c8235b93b985c1c07c7dec778c93d9134
This commit is contained in:
andrew rumble
2024-10-14 11:04:23 +00:00
committed by Copybot
parent 209a3670ce
commit e128e8ea32
16 changed files with 130 additions and 137 deletions
@@ -1 +0,0 @@
require('../../../../../test/acceptance/src/helpers/InitApp')
@@ -0,0 +1 @@
import '../../../../../test/acceptance/src/helpers/InitApp.mjs'