minor udpate

This commit is contained in:
pablodanswer 2024-07-19 10:50:11 -07:00 committed by Chris Weaver
parent a9fbaa396c
commit 1ebae50d0c
2 changed files with 2 additions and 3 deletions

View File

@ -65,9 +65,6 @@ export default async function GalleryPage({
user={user}
assistants={assistants}
/>
{/* Temporary - fixed logo */}
<FixedLogo />
</ChatProvider>
</>
);

View File

@ -1,3 +1,5 @@
"use client";
import { HeaderTitle } from "@/components/header/Header";
import { Logo } from "@/components/Logo";
import { SettingsContext } from "@/components/settings/SettingsProvider";