Skip to content

Commit

Permalink
Remove unused constants
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Dec 16, 2024
1 parent f4e27dc commit 93b4826
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/common/constants.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
// These are date-fns format codes - see https://date-fns.org/v2.23.0/docs/format
const DATE_LONG_FORMAT_1 = 'd MMMM yyyy'
const DATE_LONG_FORMAT_2 = 'dd MMM yyyy'
const DATE_LONG_FORMAT_3 = 'yyyy-MM-dd'
const DATE_DAY_LONG_FORMAT = 'E, dd MMM yyyy'
const DATE_MEDIUM_FORMAT = 'd MMM yyyy'
const DATE_TIME_MEDIUM_FORMAT = 'd MMM yyyy, h:mmaaa'
const DATE_SHORT_FORMAT = 'yyyy-MM'
const DATE_SHORT_FORMAT_2 = 'MMMM yyyy'
const DATE_DAY_MONTH = 'dd MMM'
const INTERACTION_TIMESTAMP_FORMAT = 'y-MM-d'

const UNITED_KINGDOM_ID = '80756b9a-5d95-e211-a939-e4115bead28a'
const UNITED_STATES_ID = '81756b9a-5d95-e211-a939-e4115bead28a'
Expand Down Expand Up @@ -66,16 +60,10 @@ const EXPORT_INTEREST_STATUS = {
}

module.exports = {
DATE_DAY_LONG_FORMAT,
DATE_DAY_MONTH,
DATE_LONG_FORMAT_1,
DATE_LONG_FORMAT_2,
DATE_LONG_FORMAT_3,
DATE_MEDIUM_FORMAT,
DATE_TIME_MEDIUM_FORMAT,
DATE_SHORT_FORMAT,
DATE_SHORT_FORMAT_2,
INTERACTION_TIMESTAMP_FORMAT,
UNITED_KINGDOM_ID,
UNITED_STATES_ID,
CANADA_ID,
Expand Down

0 comments on commit 93b4826

Please sign in to comment.