diff --git a/src/components/Scroll.button.tsx b/src/components/Scroll.button.tsx
deleted file mode 100644
index 5bfdc3f6..00000000
--- a/src/components/Scroll.button.tsx
+++ /dev/null
@@ -1,22 +0,0 @@
-import React from 'react';
-import { Link } from 'react-scroll';
-import { IoMdArrowUp } from "react-icons/io";
-
-const ScrollButton: React.FC = () => {
- return (
-
- );
-};
-
-export { ScrollButton };
\ No newline at end of file
diff --git a/src/components/index.tsx b/src/components/index.tsx
index 7f839402..32de4f30 100644
--- a/src/components/index.tsx
+++ b/src/components/index.tsx
@@ -9,7 +9,7 @@ export { NavItems } from './Navbar/NavItems';
export { Navbar } from './Navbar/Navbar';
export { Menu } from './Navbar/Menu';
export { LoadingAnimation } from './LoadingAnimation';
-export { ScrollButton } from './Scroll.button';
+export { ScrollButton } from './ScrollButton';
export { SocialIcons } from './SocialIcons';
/*