Skip to content

Commit

Permalink
fix(cypress): test
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Dec 16, 2024
1 parent 9c64b0c commit f31144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppContainer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const AppContainer = () => {
<AppProviders>
<Suspense fallback={<div>Loading...</div>}>
<Routes>
{isMindSetHost && <Route element={<LazyMindSet />} path="/" />}
{isMindSetHost && <Route element={<LazyMindSet />} path="/mindset" />}
<Route
element={
<AuthGuard>
Expand Down

0 comments on commit f31144c

Please sign in to comment.