From 38eee64aa7fcf541a9bb148fbaf51088a247385f Mon Sep 17 00:00:00 2001 From: nagalakshmi08 Date: Thu, 8 Aug 2024 08:17:31 +0530 Subject: [PATCH] Top arrow --- package-lock.json | 21 --------------------- src/components/BottomToTop.jsx | 2 +- 2 files changed, 1 insertion(+), 22 deletions(-) diff --git a/package-lock.json b/package-lock.json index b1d6b59..5a0c4a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -3205,20 +3205,6 @@ "resolved": "https://registry.npmjs.org/@types/stylis/-/stylis-4.2.5.tgz", "integrity": "sha512-1Xve+NMN7FWjY14vLoY5tL3BVEQ/n42YLwaqJIPYhotZ9uBHt87VceMwWQpzmdEt2TNXIorIFG+YeCUUW7RInw==" }, - "node_modules/@types/three": { - "version": "0.165.0", - "resolved": "https://registry.npmjs.org/@types/three/-/three-0.165.0.tgz", - "integrity": "sha512-AJK8JZAFNBF0kBXiAIl5pggYlzAGGA8geVYQXAcPCEDRbyA+oEjkpUBcJJrtNz6IiALwzGexFJGZG2yV3WsYBw==", - "license": "MIT", - "peer": true, - "dependencies": { - "@tweenjs/tween.js": "~23.1.1", - "@types/stats.js": "*", - "@types/webxr": "*", - "fflate": "~0.8.2", - "meshoptimizer": "~0.18.1" - } - }, "node_modules/@types/webxr": { "version": "0.5.16", "resolved": "https://registry.npmjs.org/@types/webxr/-/webxr-0.5.16.tgz", @@ -5762,13 +5748,6 @@ "jiti": "bin/jiti.js" } }, - "node_modules/jquery": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", - "license": "MIT", - "peer": true - }, "node_modules/js-cookie": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/js-cookie/-/js-cookie-2.2.1.tgz", diff --git a/src/components/BottomToTop.jsx b/src/components/BottomToTop.jsx index 41a2783..7fb46ec 100644 --- a/src/components/BottomToTop.jsx +++ b/src/components/BottomToTop.jsx @@ -27,6 +27,7 @@ const GoToTop = () => {
@@ -36,4 +37,3 @@ const GoToTop = () => { }; export default GoToTop; -