We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f1d020 commit c8af6afCopy full SHA for c8af6af
src/utils/axios-client.ts
@@ -1,6 +1,6 @@
1
import axios from "axios";
2
import { isInIFrame } from "./common";
3
-import { v4 as uuidv4 } from "./common";
+import { v4 as uuidv4 } from "uuid";
4
5
export class Base44Error extends Error {
6
status: number;
0 commit comments