refactor: AppContext and App entrypoints

This commit is contained in:
Sérgio Salgado 2021-03-03 17:05:26 +00:00 committed by Josh Harvey
parent 442e7cd8d9
commit dd0abc8a8b
7 changed files with 32 additions and 10 deletions

View file

@ -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'