Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kuck1 committed Mar 22, 2024
1 parent 40598eb commit 4f834a3
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions apps/app/src/pages/search/[...params]/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -186,27 +186,6 @@ const useStyles = createStyles((theme) => ({
},
}))

const highRiskStates = [
'AL',
'AR',
'LA',
'MO',
'MS',
'NE',
'OH',
'SC',
'TX',
'WV',
'KS',
'MT',
'ND',
'OK',
'TN',
'FL',
]
const medRiskStates = ['AK', 'GA', 'IA', 'ID', 'IN', 'KY', 'NC', 'SD', 'UT', 'WY']
const lowRiskStates = ['AZ', 'DE', 'ME', 'MI', 'NH', 'NV', 'PA', 'RI', 'VA', 'WI']

const SearchResults = () => {
const router = useRouter<'/search/[...params]'>()
const { searchState, searchStateActions } = useSearchState()
Expand Down

0 comments on commit 4f834a3

Please sign in to comment.