Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
witoszekdev committed Jul 12, 2024
1 parent d5e55c8 commit 1156699
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/app/checkout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import {
useInitializeTransactionMutation,
useProductListQuery,
useUpdateDeliveryMutation,
} from "@/generated/graphqlhql";
import { TransactionEventType, transactionEventTypeSchema } from "@/modules/validation/commonmonon";
} from "@/generated/graphql";
import { TransactionEventType, transactionEventTypeSchema } from "@/modules/validation/common";
import React from "react";

interface TransactionResponseOptions {
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"jsx": "preserve",
"incremental": true,
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"@/generated/*": ["./generated/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],
Expand Down

0 comments on commit 1156699

Please sign in to comment.