Skip to content

Commit bab0c82

Browse files
committed
Added material ui for styling. - TP
1 parent 5c3a467 commit bab0c82

File tree

5 files changed

+1019
-186
lines changed

5 files changed

+1019
-186
lines changed

config/constants.ts

+4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export const STATE_ABBREVIATIONS = [
2+
"",
23
"ALL",
34
"AK",
45
"AL",
@@ -53,6 +54,7 @@ export const STATE_ABBREVIATIONS = [
5354
];
5455

5556
export const STATE_FIPS_CODES = [
57+
"",
5658
"ALL",
5759
"01",
5860
"02",
@@ -108,6 +110,7 @@ export const STATE_FIPS_CODES = [
108110
];
109111

110112
export const LOCATION_TYPES = [
113+
"",
111114
"ALL",
112115
"COUNTY",
113116
"CITY",
@@ -118,6 +121,7 @@ export const LOCATION_TYPES = [
118121
"CBSA",
119122
];
120123
export const REGIONS = [
124+
"",
121125
"EAST_NORTH_CENTRAL",
122126
"EAST_SOUTH_CENTRAL",
123127
"MIDDLE_ATLANTIC",

0 commit comments

Comments
 (0)