Skip to content

Commit

Permalink
Move quick start guide to component
Browse files Browse the repository at this point in the history
  • Loading branch information
lasryaric committed Mar 5, 2024
1 parent d1453c9 commit 641c173
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion front/pages/w/[wId]/assistant/new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ import { InputBarContext } from "@app/components/assistant/conversation/input_ba
import { createConversationWithMessage } from "@app/components/assistant/conversation/lib";
import { AssistantSidebarMenu } from "@app/components/assistant/conversation/SidebarMenu";
import { TryAssistantModal } from "@app/components/assistant/TryAssistantModal";
import { QuickStartGuide } from "@app/components/quick_start_guide";
import AppLayout from "@app/components/sparkle/AppLayout";
import { SendNotificationsContext } from "@app/components/sparkle/Notification";
import { getAgentConfiguration } from "@app/lib/api/assistant/configuration";
Expand All @@ -43,7 +44,6 @@ import { useSubmitFunction } from "@app/lib/client/utils";
import { useAgentConfigurations, useUserMetadata } from "@app/lib/swr";
import { setUserMetadataFromClient } from "@app/lib/user";
import { withGetServerSidePropsLogging } from "@app/logger/withlogging";
import { QuickStartGuide } from "@app/pages/w/[wId]/assistant/quick_start_guide";

const { GA_TRACKING_ID = "" } = process.env;

Expand Down

0 comments on commit 641c173

Please sign in to comment.