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 9f9239a commit 1030196
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 @@ -111,6 +112,7 @@ export const routes = [
MapModule,
ResultsMenuModule,
HeaderModule,
AiChatModule,
MatMenuModule,
MatFormFieldModule,
MatIconModule,
Expand Down

0 comments on commit 1030196

Please sign in to comment.