Skip to content

Commit c8af6af

Browse files
committed
import
1 parent 1f1d020 commit c8af6af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/axios-client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import axios from "axios";
22
import { isInIFrame } from "./common";
3-
import { v4 as uuidv4 } from "./common";
3+
import { v4 as uuidv4 } from "uuid";
44

55
export class Base44Error extends Error {
66
status: number;

0 commit comments

Comments
 (0)