Skip to content

Commit 0dc16d3

Browse files
committed
fix(grid-crm): remove unused imports in generator
1 parent bd8fdc3 commit 0dc16d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

live-editing/configs/GridCRMConfigGenerator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class GridCRMConfigGenerator implements IConfigGenerator {
3535
additionalDependencies: [],
3636
appModuleConfig: new AppModuleConfig({
3737
imports: [
38-
'RouterModule', 'HammerModule', 'IgxAutocompleteModule', 'IgxRippleModule',
38+
'IgxRippleModule',
3939
'IgxGridModule', 'IgxIconModule', 'IgxLayoutModule',
4040
'IgxAvatarModule', 'IgxInputGroupModule', 'IgxButtonModule',
4141
'IgxPreventDocumentScrollModule', 'GridCRMComponent', 'RouterTestingModule'

0 commit comments

Comments
 (0)