Skip to content

Commit

Permalink
Update app.module.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
artisticlight authored Aug 2, 2024
1 parent bdd5c4c commit f85b53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const routes = [
NgcCookieConsentModule.forRoot(cookieConfig),
MatBottomSheetModule,
MatSharedModule,
AiChatModule,
RouterModule.forRoot(routes, {useHash: true}),
StoreModule.forRoot(store.reducers, {metaReducers: store.metaReducers}),
EffectsModule.forRoot(store.appEffects),
Expand All @@ -112,7 +113,6 @@ export const routes = [
MapModule,
ResultsMenuModule,
HeaderModule,
AiChatModule,
MatMenuModule,
MatFormFieldModule,
MatIconModule,
Expand Down

0 comments on commit f85b53f

Please sign in to comment.