fixed the import path from payment response queries

This commit is contained in:
swtmply
2023-03-14 23:24:44 +08:00
parent 0617d79d19
commit 07b7394fec
2 changed files with 2 additions and 2 deletions

View File

@@ -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";