Skip to content

Commit 271ec05

Browse files
committed
feat: ai 버튼 연결
#20
1 parent ee823e5 commit 271ec05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

client/src/features/workSpace/WorkSpace.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import { useState, useEffect } from "react";
44
import { BottomNavigator } from "@components/bottomNavigator/BottomNavigator";
55
import { ErrorModal } from "@components/modal/ErrorModal";
66
import { Sidebar } from "@components/sidebar/Sidebar";
7+
import { AIButton } from "@features/ai/AIButton";
78
import { Page } from "@features/page/Page";
89
import { ToastContainer } from "@src/components/Toast/ToastContainer";
910
import { useSocketStore } from "@src/stores/useSocketStore";
@@ -100,6 +101,7 @@ export const WorkSpace = () => {
100101
data-onboarding="bottom-nav"
101102
handlePageSelect={openPage}
102103
/>
104+
<AIButton />
103105
</div>
104106
{<OnboardingOverlay isShow={showOnboarding} />}
105107
</>

0 commit comments

Comments
 (0)