feat: move Configuration menu to Personal settings
This commit is contained in:
+2
-4
@@ -1,7 +1,5 @@
|
||||
import React from 'react'
|
||||
import { Route } from 'react-router-dom'
|
||||
import Configuration from './configuration/Configuration'
|
||||
import Personal from './personal/Personal'
|
||||
|
||||
export default [
|
||||
<Route exact path="/configuration" render={() => <Configuration />} />
|
||||
]
|
||||
export default [<Route exact path="/personal" render={() => <Personal />} />]
|
||||
|
||||
Reference in New Issue
Block a user