diff --git a/src/theme/NotFound.d.ts b/src/theme/NotFound.d.ts deleted file mode 100644 index ef9b4d9d..00000000 --- a/src/theme/NotFound.d.ts +++ /dev/null @@ -1,2 +0,0 @@ -/// -export default function NotFound(): JSX.Element; diff --git a/src/theme/NotFound.js b/src/theme/NotFound.js deleted file mode 100644 index f81cc75b..00000000 --- a/src/theme/NotFound.js +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react'; -import Translate, {translate} from '@docusaurus/Translate'; -import {PageMetadata} from '@docusaurus/theme-common'; -import Layout from '@theme/Layout'; -export default function NotFound() { - return ( - <> - - - - - - - - Page Not Found - - - - - We could not find what you were looking for. - - - - - Not Found - - - - - - - > - ); -}
- - We could not find what you were looking for. - -
- - Not Found - -