Skip to content

Commit

Permalink
add NV
Browse files Browse the repository at this point in the history
  • Loading branch information
rpartridge committed Mar 4, 2024
1 parent 669cab5 commit a2f588a
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 @@ -23,6 +23,9 @@ export const STATES: Record<string, StateInfo> = {
NY: {
name: msg => msg('New York'),
},
NV: {
name: msg => msg('Nevada'),
},
RI: {
name: msg => msg('Rhode Island'),
},
Expand Down

0 comments on commit a2f588a

Please sign in to comment.