Skip to content

Commit

Permalink
add NV
Browse files Browse the repository at this point in the history
alphebetize
  • Loading branch information
rpartridge committed Mar 4, 2024
1 parent 669cab5 commit 993bd10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ export const STATES: Record<string, StateInfo> = {
IL: {
name: msg => msg('Illinois'),
},
NV: {
name: msg => msg('Nevada'),
},
NY: {
name: msg => msg('New York'),
},
Expand Down

0 comments on commit 993bd10

Please sign in to comment.