add lint js
This commit is contained in:
@@ -8,14 +8,13 @@ const ForgotPassword = lazy(() => import('./Auth/ForgotPassword'))
|
||||
const Home = lazy(() => import('./Home'))
|
||||
const Login = lazy(() => import('./Auth/Login'))
|
||||
const Profile = lazy(() => import('./Auth/Profile'))
|
||||
const Register = lazy(() => import('./Auth/Register'))
|
||||
const Reset = lazy(() => import('./Auth/Reset'))
|
||||
const Rainfall = lazy(() => import('./Rainfall'))
|
||||
const RainfallIndex = lazy(() => import('./Rainfall/RainfallIndex'))
|
||||
|
||||
const Router = () => {
|
||||
|
||||
const {authUser, loadingAuthUser, logout} = useAuthUser()
|
||||
const {loadingAuthUser} = useAuthUser()
|
||||
|
||||
return <>
|
||||
{loadingAuthUser ? '...loading'
|
||||
|
||||
Reference in New Issue
Block a user