Просмотр исходного кода

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

Stefan Pejcic 1 год назад
Родитель
Сommit
a60bd654cb
1 измененных файлов с 0 добавлено и 8 удалено
  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;