mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-05-30 09:40:35 +02:00
minor udpate
This commit is contained in:
parent
a9fbaa396c
commit
1ebae50d0c
@ -65,9 +65,6 @@ export default async function GalleryPage({
|
||||
user={user}
|
||||
assistants={assistants}
|
||||
/>
|
||||
|
||||
{/* Temporary - fixed logo */}
|
||||
<FixedLogo />
|
||||
</ChatProvider>
|
||||
</>
|
||||
);
|
||||
|
@ -1,3 +1,5 @@
|
||||
"use client";
|
||||
|
||||
import { HeaderTitle } from "@/components/header/Header";
|
||||
import { Logo } from "@/components/Logo";
|
||||
import { SettingsContext } from "@/components/settings/SettingsProvider";
|
||||
|
Loading…
x
Reference in New Issue
Block a user