diff --git a/website/src/theme/Footer/index.js b/website/src/theme/Footer/index.js
deleted file mode 100644
index 40ca6c8642..0000000000
--- a/website/src/theme/Footer/index.js
+++ /dev/null
@@ -1,17 +0,0 @@
-/* eslint-disable no-unused-vars */
-import React from 'react';
-import Footer from '@theme-original/Footer';
-
-export default function FooterWrapper(props) {
- return (
- <>
-
-
- >
- );
-}