fixed the import path from payment response queries
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React from "react";
|
||||
import { useQuery } from "@apollo/client";
|
||||
import { QUERY_PAYMENT_RESPONSE_BY_PAYMENT_ID } from "../_test/payment_response.queries";
|
||||
import { QUERY_PAYMENT_RESPONSE_BY_PAYMENT_ID } from "../../graphql/payment_response.queries";
|
||||
import { Descriptions } from "antd";
|
||||
import moment from "moment";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user