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 Jul 30, 2024
1 parent 15ee7bf commit 458756c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import * as store from './store';
import { MatSharedModule } from '@shared';
import { SidebarModule } from '@components/sidebar';
import { HeaderModule } from '@components/header';
import { AiChatModule } from '@components/ai-chat';
import { MapModule } from '@components/map';
import { CodeExportModule } from '@components/shared/code-export';
import { ResultsMenuModule } from '@components/results-menu';
Expand Down Expand Up @@ -97,6 +98,7 @@ export const routes = [
deps: [HttpClient]
}
}),
AiChatModule,
BrowserAnimationsModule,
NgcCookieConsentModule.forRoot(cookieConfig),
MatBottomSheetModule,
Expand Down

0 comments on commit 458756c

Please sign in to comment.