File tree Expand file tree Collapse file tree 4 files changed +2
-13
lines changed Expand file tree Collapse file tree 4 files changed +2
-13
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ import PageFile from './Navigation/Pages/PageFile'
37
37
import PageHarvest from './Navigation/Pages/PageHarvest'
38
38
import GetInvolved from './GetInvolved'
39
39
import Charter from './Charter'
40
- import Health from './Health'
41
40
42
41
const store = configureStore ( )
43
42
@@ -100,7 +99,6 @@ export default class RehydrationDelayedProvider extends Component {
100
99
< Route path = { ROUTE_DISCORD } component = { ( ) => ( window . location = 'https://discord.gg/wEzHJku' ) } />
101
100
< Route path = { ROUTE_FILE } component = { withTracker ( PageFile ) } />
102
101
< Route path = { ROUTE_ROOT } component = { withTracker ( PageBrowse ) } />
103
- < Route path = { ROUTE_HEALTH } component = { withTracker ( Health ) } />
104
102
</ Switch >
105
103
</ App >
106
104
</ Router >
Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ if (!Array.prototype.includes)
19
19
'You need a browser that supports modern JavaScript features to view this site. Please switch to another browser.'
20
20
)
21
21
ReactDOM . render ( < RehydrationProvider /> , document . getElementById ( 'root' ) )
22
- unregister ( )
22
+ unregister ( )
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ export const ROUTE_STATUS = '/status'
13
13
export const ROUTE_GETINVOLED = '/get-involved'
14
14
export const ROUTE_CHARTER = '/charter'
15
15
export const ROUTE_FILE = '/file'
16
- export const ROUTE_HEALTH = '/health'
16
+ // export const ROUTE_HEALTH = '/health'
17
17
export const ROUTE_ROOT = '/'
You can’t perform that action at this time.
0 commit comments