diff --git a/frontend/src/pages/Error.tsx b/frontend/src/pages/Error.tsx
index 6f6b8dd..d6d23c0 100644
--- a/frontend/src/pages/Error.tsx
+++ b/frontend/src/pages/Error.tsx
@@ -1,5 +1,5 @@
-import { Link } from 'react-router-dom';
import ErrorImage from '../assets/tornCard.svg';
+import Button from '../library/button';
function Error() {
return (
@@ -21,9 +21,13 @@ function Error() {
Sorry, the page you're looking for can't be found.
Please return to the Homepage!