Skip to content

Commit

Permalink
Remove health
Browse files Browse the repository at this point in the history
  • Loading branch information
ljones140 committed Oct 30, 2024
1 parent 50e6868 commit 31ec663
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 13 deletions.
9 changes: 0 additions & 9 deletions src/components/Health.js

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/RehydrationProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ import PageFile from './Navigation/Pages/PageFile'
import PageHarvest from './Navigation/Pages/PageHarvest'
import GetInvolved from './GetInvolved'
import Charter from './Charter'
import Health from './Health'

const store = configureStore()

Expand Down Expand Up @@ -100,7 +99,6 @@ export default class RehydrationDelayedProvider extends Component {
<Route path={ROUTE_DISCORD} component={() => (window.location = 'https://discord.gg/wEzHJku')} />
<Route path={ROUTE_FILE} component={withTracker(PageFile)} />
<Route path={ROUTE_ROOT} component={withTracker(PageBrowse)} />
<Route path={ROUTE_HEALTH} component={withTracker(Health)} />
</Switch>
</App>
</Router>
Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ if (!Array.prototype.includes)
'You need a browser that supports modern JavaScript features to view this site. Please switch to another browser.'
)
ReactDOM.render(< RehydrationProvider />, document.getElementById('root'))
unregister()
unregister()
2 changes: 1 addition & 1 deletion src/utils/routingConstants.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ export const ROUTE_STATUS = '/status'
export const ROUTE_GETINVOLED = '/get-involved'
export const ROUTE_CHARTER = '/charter'
export const ROUTE_FILE = '/file'
export const ROUTE_HEALTH = '/health'
// export const ROUTE_HEALTH = '/health'
export const ROUTE_ROOT = '/'

0 comments on commit 31ec663

Please sign in to comment.