chore(dev): eslint import rules

---

Co-authored-by: @schowdhuri 
Reviewed-by: @schowdhuri
This commit is contained in:
Ahmed Bouhuolia 2022-06-03 20:30:55 +02:00 committed by GitHub
parent ec2193b460
commit 07a984bb52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
129 changed files with 337 additions and 170 deletions

View file

@ -15,8 +15,8 @@
// =============================================================================
import { useQuery } from "react-query";
import { QueryKeys } from "@constants/query-keys";
import { useHavenoClient } from "./useHavenoClient";
import { QueryKeys } from "@constants/query-keys";
export function useXmrSeed() {
const client = useHavenoClient();