From b2c1634a4716355b112054d73ea90047296e2e96 Mon Sep 17 00:00:00 2001 From: TaylorS15 Date: Fri, 10 Feb 2023 17:05:27 -0500 Subject: [PATCH] placeholder --- 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 d7c6e1d..1db7b11 100644 --- a/frontend/src/components/DocsGPT.tsx +++ b/frontend/src/components/DocsGPT.tsx @@ -1,3 +1,3 @@ export default function DocsGPT() { - return
Docs GPT
; + return
Docs GPT Chat Placeholder
; }