fixed build issues from nextauth

This commit is contained in:
2023-11-13 11:31:22 +00:00
parent 6a927155bc
commit e0a26a3fa4
25 changed files with 41 additions and 55 deletions
-3
View File
@@ -1,8 +1,5 @@
import axios from "axios";
import CryptoJS from "crypto-js";
import HmacSHA256 from "crypto-js/hmac-sha256";
import { getFormCollection } from "../components/utils";
import { downloadFile, getCaseBlob } from "./azurestorage";
let BASE_URL;
const port = parseInt(process.env.PORT, 10) || 3000;