File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
client/src/features/workSpace Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import { useState, useEffect } from "react";
44import { BottomNavigator } from "@components/bottomNavigator/BottomNavigator" ;
55import { ErrorModal } from "@components/modal/ErrorModal" ;
66import { Sidebar } from "@components/sidebar/Sidebar" ;
7+ import { AIButton } from "@features/ai/AIButton" ;
78import { Page } from "@features/page/Page" ;
89import { ToastContainer } from "@src/components/Toast/ToastContainer" ;
910import { 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 </ >
You can’t perform that action at this time.
0 commit comments