From e25ac549d7fa7c7602741c68c24d71f85784b439 Mon Sep 17 00:00:00 2001 From: TaylorS15 Date: Fri, 10 Feb 2023 17:09:18 -0500 Subject: [PATCH] fix --- frontend/src/components/DocsGPT.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/DocsGPT.tsx b/frontend/src/components/DocsGPT.tsx index 1db7b11..112c6e7 100644 --- a/frontend/src/components/DocsGPT.tsx +++ b/frontend/src/components/DocsGPT.tsx @@ -1,3 +1,3 @@ export default function DocsGPT() { - return
Docs GPT Chat Placeholder
; + return
Docs GPT Chat Placeholder
; }