From e83ea1d9d5b44da27b4a98f0ffc6706648a0d3b9 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 12 Nov 2024 15:17:12 +0000 Subject: [PATCH] [FM] Automated formating frontend --- .../support/helper/pom-helper/dialogs/checkInHistoryDialog.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts b/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts index 2fb73f2ed2..0a228f7840 100644 --- a/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts +++ b/frontend/cypress/support/helper/pom-helper/dialogs/checkInHistoryDialog.ts @@ -1,5 +1,5 @@ import Dialog from './dialog'; -import CheckInDialog from "./checkInDialog"; +import CheckInDialog from './checkInDialog'; export default class CheckInHistoryDialog extends Dialog { override submit() {