So many changes

This commit is contained in:
2020-11-04 20:45:15 -05:00
parent 0dfe99ac1e
commit fcd2fe3d2a
8 changed files with 386 additions and 1 deletions
+54
View File
@@ -0,0 +1,54 @@
export const allStates = [
"US",
"AK",
"AL",
"AR",
"AZ",
"CA",
"CO",
"CT",
"DC",
"DE",
"FL",
"GA",
"HI",
"IA",
"ID",
"IL",
"IN",
"KS",
"KY",
"LA",
"MA",
"MD",
"ME",
"MI",
"MN",
"MO",
"MS",
"MT",
"NC",
"ND",
"NE",
"NH",
"NJ",
"NM",
"NV",
"NY",
"OH",
"OK",
"OR",
"PA",
"RI",
"SC",
"SD",
"TN",
"TX",
"UT",
"VA",
"VT",
"WA",
"WI",
"WV",
"WY",
];