diff --git a/src/components/ConfigureDateTimeFormatModal.vue b/src/components/ConfigureDateTimeFormatModal.vue
deleted file mode 100644
index 73d09df0..00000000
--- a/src/components/ConfigureDateTimeFormatModal.vue
+++ /dev/null
@@ -1,153 +0,0 @@
-
-
-
-
-
-
-
-
- {{ $t("Configure date time format") }}
-
-
-
-
-
- {{ $t("CSV input") }}
- {{ arrivalDate }}
-
-
- {{ $t("Expected input") }}
- {{ currentDate }}
-
-
- {{ $t("Custom date format") }}
-
-
-
-
- {{ $t('View all date time formats supported by the HotWax Import app.') }}
-
-
-
- {{ $t("Parsed output") }}
- {{ isDateInvalid(arrivalDate) ? $t("Invalid input") : arrivalDate }}
-
-
-
-
-
- {{ $t("Changes to the date time format will cause edits done to your PO to be reverted.") }}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file