chore: eslint config package fixes (#2165)
* eslint fixes * lint rules added
This commit is contained in:
parent
3a2a329000
commit
b9c935092a
5 changed files with 2 additions and 15 deletions
|
|
@ -2,10 +2,6 @@ import React, { useEffect } from "react";
|
|||
// mobx
|
||||
import { observer } from "mobx-react-lite";
|
||||
import { useMobxStore } from "lib/mobx/store-provider";
|
||||
// services
|
||||
import authenticationService from "services/authentication.service";
|
||||
// hooks
|
||||
import useToast from "hooks/use-toast";
|
||||
// components
|
||||
import { OnBoardingForm } from "components/accounts/onboarding-form";
|
||||
|
||||
|
|
@ -16,8 +12,6 @@ const OnBoardingPage = () => {
|
|||
|
||||
const user = userStore?.currentUser;
|
||||
|
||||
const { setToastAlert } = useToast();
|
||||
|
||||
useEffect(() => {
|
||||
const user = userStore?.currentUser;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue