Skip to content

Commit

Permalink
Merge branch 'alpha' into group-scalability
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 authored Nov 10, 2023
2 parents ac015b6 + 040cd67 commit 2ea7003
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions packages/examples/sdk-frontend-react/src/app/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -574,14 +574,19 @@ export function App() {
<Route
path="messageContainer"
element={<ChatViewComponentTest />}
/>
<Route path="ChatProfile" element={<ChatProfileTest />} />{' '}
<Route path="ChatSupport" element={<ChatSupportTest />} />
</Routes>
{/* <ChatWidgetTest/> */}
{/* <ChatWidgetTest /> */}
<SpaceWidgetComponent spaceId={spaceId} />
</SpacesUIProvider>
/>
<Route
path="ChatProfile"
element={<ChatProfileTest />}
/> <Route
path="ChatSupport"
element={<ChatSupportTest />}
/>
</Routes>
{/* <ChatWidgetTest/> */}
{/* <ChatWidgetTest /> */}
<SpaceWidgetComponent spaceId={spaceId} />
</SpacesUIProvider>
</ChatUIProvider>
</AccountContext.Provider>
</SocketContext.Provider>
Expand Down

0 comments on commit 2ea7003

Please sign in to comment.