Skip to content

Commit

Permalink
feat: updated stcurture
Browse files Browse the repository at this point in the history
  • Loading branch information
Rassl committed Nov 20, 2024
1 parent 6273360 commit b6441cf
Show file tree
Hide file tree
Showing 3 changed files 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 @@ -5,7 +5,7 @@ import { AppProviders } from '../App/Providers'
import { AuthGuard } from '../Auth'

const LazyApp = lazy(() => import('../App').then(({ App }) => ({ default: App })))
const LazyMindSet = lazy(() => import('../../modules').then(({ MindSet }) => ({ default: MindSet })))
const LazyMindSet = lazy(() => import('../../modules/mindset').then(({ MindSet }) => ({ default: MindSet })))

export const AppContainer = () => {
const App = <LazyApp />
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit b6441cf

Please sign in to comment.