Skip to content

Commit

Permalink
fix: eslint compliance
Browse files Browse the repository at this point in the history
  • Loading branch information
tuturd committed Mar 23, 2024
1 parent 722eac5 commit ca8480b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const App = () => {
const dispatch = useDispatch();
const router = useRouter();
const login = useSelector((state: State) => state.login);
console.log(login)
return (
<>
<Navbar>
Expand Down
1 change: 0 additions & 1 deletion src/app/service/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import { Order, State, Status } from "@/types";
import { downgradeOrder, upgradeOrder } from "@/utils/orders";
import Modal from "../../components/modals/modal";
import Loader from "../../components/loader";
import Separator from "../../components/UI/separator";
import { useSearchParams } from "next/navigation";

const Page = () => {
Expand Down

0 comments on commit ca8480b

Please sign in to comment.