ass
This commit is contained in:
@@ -6,6 +6,7 @@ import { LearningTab } from './components/LearningTab';
|
||||
import { NetworkTab } from './components/NetworkTab';
|
||||
import { AccountsTab } from './components/AccountsTab';
|
||||
import { ChatWidget } from './components/ChatWidget';
|
||||
import { StaffChatSocket } from './hooks/useStaffChatSocket';
|
||||
import { ClassWorkspace } from './components/ClassWorkspace';
|
||||
import { NavHistoryBar, useRoute } from './components/NavHistoryBar';
|
||||
import { goBack, navigate, parseRoute, pushNav, TAB_LABELS, type TabId } from './navigation';
|
||||
@@ -186,6 +187,7 @@ function App() {
|
||||
)}
|
||||
</div>
|
||||
</main>
|
||||
<StaffChatSocket />
|
||||
<ChatWidget />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user