diff --git a/src/components/layout/ScrollTop.tsx b/src/components/layout/ScrollTop.tsx
index 4ee858c..d44a846 100644
--- a/src/components/layout/ScrollTop.tsx
+++ b/src/components/layout/ScrollTop.tsx
@@ -1,8 +1,4 @@
-type ScrollTopProps = {
- col: string
-}
-
-export const ScrollTop = (props: ScrollTopProps) => {
+export const ScrollTop = () => {
function scrollUp() {
const scrollUp = document.getElementById('scroll-up');
diff --git a/src/routes/Routes.tsx b/src/routes/Routes.tsx
index 65c1035..502af5d 100644
--- a/src/routes/Routes.tsx
+++ b/src/routes/Routes.tsx
@@ -29,7 +29,7 @@ export const ProjectRoutes = () => {
}
-
+
diff --git a/src/security/ForgotPin.tsx b/src/security/ForgotPin.tsx
index efcaf0a..896df1a 100644
--- a/src/security/ForgotPin.tsx
+++ b/src/security/ForgotPin.tsx
@@ -1,5 +1,5 @@
import { Modal } from "flowbite-react"
-import { useEffect, useState } from "react"
+import { useState } from "react"
export const ForgotPin = () => {
const [openModal, setOpenModal] = useState();