File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ import {PasswordStrengthBarComponent} from './components/auth/password-strength/
3333import { TfaSetupComponent } from './components/auth/tfa-setup/tfa-setup.component' ;
3434import { TotpComponent } from './components/auth/totp/totp.component' ;
3535import { CodeEditorComponent } from './components/code-editor/code-editor.component' ;
36+ import { QuerySuggestionsComponent } from './components/code-editor/components/query-suggestions/query-suggestions.component' ;
3637import { ContactUsComponent } from './components/contact-us/contact-us.component' ;
3738import {
3839 EmailSettingNotificactionComponent
@@ -247,9 +248,6 @@ import {TimezoneOffsetPipe} from './pipes/timezone-offset.pipe';
247248import { UtmNotifier } from './websocket/utm-notifier' ;
248249import { IsEnterpriseModuleDirective } from './directives/enterprise/enterprise.directive' ;
249250import { ScheduleConfigComponent } from './components/schedule-config/schedule-config.component' ;
250- import {
251- QuerySuggestionsComponent
252- } from "./components/code-editor/components/query-suggestions/query-suggestions.component" ;
253251
254252
255253@NgModule ( {
You can’t perform that action at this time.
0 commit comments