Skip to content

Commit b9d94ce

Browse files
committed
Updated 🌟
1 parent c1df4b3 commit b9d94ce

File tree

3 files changed

+90
-3
lines changed

3 files changed

+90
-3
lines changed

β€Žpackage-lock.json

+88-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpackage.json

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"appwrite": "^15.0.0",
1414
"dotenv": "^16.4.5",
1515
"framer-motion": "^11.3.19",
16+
"jszip": "^3.10.1",
1617
"react": "^18.3.1",
1718
"react-dom": "^18.3.1",
1819
"react-icons": "^5.3.0",

β€Žsrc/components/UploadFileButton.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React, { useState } from "react";
2-
import { storage, BUCKET_ID, PROJECT_ID, ID } from "../AppwriteConfig.js";
2+
import { storage, BUCKET_ID, ID } from "../AppwriteConfig.js";
33
import Loader from "./Loader.jsx";
44
import { calculation } from "../utils/utils.js";
55
import { toast } from "react-toastify";

0 commit comments

Comments
Β (0)