refactor: AppContext and App entrypoints
This commit is contained in:
parent
442e7cd8d9
commit
dd0abc8a8b
7 changed files with 32 additions and 10 deletions
|
|
@ -12,7 +12,7 @@ import {
|
|||
useLocation
|
||||
} from 'react-router-dom'
|
||||
|
||||
import { AppContext } from 'src/App'
|
||||
import AppContext from 'src/AppContext'
|
||||
import AuthRegister from 'src/pages/AuthRegister'
|
||||
import Blacklist from 'src/pages/Blacklist'
|
||||
import Cashout from 'src/pages/Cashout'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue