From f9f6723742e11296532b418c85427983156d6d8a Mon Sep 17 00:00:00 2001 From: mik-tf Date: Wed, 11 Dec 2024 05:37:32 +0000 Subject: [PATCH] Update src/pages/index.tsx --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 3523dfe..d4386c4 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -2,5 +2,5 @@ import React from 'react'; import { Redirect } from '@docusaurus/router'; export default function Home() { - return ; + return ; } \ No newline at end of file