init project
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/** Northeast states — same labels as CodeIgniter user/register.php */
|
||||
export const NE_STATES: { abbr: string; name: string }[] = [
|
||||
{ abbr: 'CT', name: 'Connecticut' },
|
||||
{ abbr: 'ME', name: 'Maine' },
|
||||
{ abbr: 'MA', name: 'Massachusetts' },
|
||||
{ abbr: 'NH', name: 'New Hampshire' },
|
||||
{ abbr: 'NY', name: 'New York' },
|
||||
{ abbr: 'RI', name: 'Rhode Island' },
|
||||
{ abbr: 'VT', name: 'Vermont' },
|
||||
]
|
||||
Reference in New Issue
Block a user