fix: import

This commit is contained in:
Piyush Gupta
2025-02-18 18:24:23 +05:30
parent 1390b071ea
commit cdc332d44e

View File

@@ -2,7 +2,7 @@
import { toast } from "react-hot-toast";
import { TAllowedFileExtension } from "@formbricks/types/common";
import { convertHeicToJpegAction } from "./action";
import { convertHeicToJpegAction } from "./actions";
export const uploadFile = async (
file: File | Blob,