From e86f3b6b2619cc7fdf28213de0e6ff676a3e2d7e Mon Sep 17 00:00:00 2001 From: DivisionByZero Date: Mon, 19 Jun 2023 20:46:43 +0200 Subject: refactor(locale): cs_CZ state_abbr not applicable (#2140) --- src/locales/cs_CZ/location/state_abbr.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/locales/cs_CZ/location/state_abbr.ts b/src/locales/cs_CZ/location/state_abbr.ts index 62fad262..7646bbd1 100644 --- a/src/locales/cs_CZ/location/state_abbr.ts +++ b/src/locales/cs_CZ/location/state_abbr.ts @@ -1,5 +1 @@ -import states from './state'; - -// at the time of adding this I was not able to find -// any information on the existance of state abbreviations -export default states; +export default null; -- cgit v1.2.3