Skip to content

Commit

Permalink
feat(editor-content): fix error with empty scss file #29871
Browse files Browse the repository at this point in the history
  • Loading branch information
nicobytes committed Sep 19, 2024
1 parent 53bd13b commit 360833a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { CUSTOM_ELEMENTS_SCHEMA, ChangeDetectionStrategy, Component } from '@ang
imports: [],
providers: [],
templateUrl: './dot-file-field-preview.component.html',
styleUrls: ['./dot-file-field-preview.component.scss'],
changeDetection: ChangeDetectionStrategy.OnPush,
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
Expand Down

0 comments on commit 360833a

Please sign in to comment.