diff --git a/README.md b/README.md index 8d871e2..ecf43ca 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ It aims to mimic ChatGPT's interface and functionality. All conversations are stored locally on your device. +See a [demo]() +  ## Updates diff --git a/components/Layout/Footer.tsx b/components/Layout/Footer.tsx deleted file mode 100644 index f2c76f1..0000000 --- a/components/Layout/Footer.tsx +++ /dev/null @@ -1,5 +0,0 @@ -import { FC } from "react"; - -export const Footer: FC = () => { - return
; -}; diff --git a/components/Layout/Navbar.tsx b/components/Layout/Navbar.tsx deleted file mode 100644 index d6d079d..0000000 --- a/components/Layout/Navbar.tsx +++ /dev/null @@ -1,16 +0,0 @@ -import { FC } from "react"; - -export const Navbar: FC = () => { - return ( -