Skip to content

Commit

Permalink
package cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
msrezaie committed Aug 11, 2024
1 parent e713778 commit 0c1c811
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
"history": "^5.3.0",
"i18next": "^23.10.1",
"js-base64": "^3.7.5",
"jsencrypt": "^3.3.2",
"jwt-decode": "^3.1.2",
"lottie-react": "^2.4.0",
"moment": "^2.29.4",
Expand Down
1 change: 0 additions & 1 deletion src/components/ChatContainer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import React, { useState, useContext, useEffect, useRef } from "react";
import { toast } from "react-toastify";
import JSEncrypt from "jsencrypt";
import elliptic from "elliptic";
import CryptoJS from "crypto-js";
import axios from "axios";
Expand Down

0 comments on commit 0c1c811

Please sign in to comment.