Browse Source

Delete documentation/src/pages/become-a-refine-expert directory

Stefan Pejcic 1 year ago
parent
commit
a60bd654cb
1 changed files with 0 additions and 8 deletions
  1. 0 8
      documentation/src/pages/become-a-refine-expert/index.tsx

+ 0 - 8
documentation/src/pages/become-a-refine-expert/index.tsx

@@ -1,8 +0,0 @@
-import React from "react";
-import { Redirect } from "@docusaurus/router";
-
-const BecomeARefineExpert: React.FC = () => {
-    return <Redirect to="/" />;
-};
-
-export default BecomeARefineExpert;