Skip to content

Commit

Permalink
fix(angular-material): fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
JBBianchi committed Dec 15, 2023
1 parent d7ff134 commit ed3b902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/angular-material/example/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
*/
import 'core-js/es/reflect'
import 'core-js/es/reflect';
import 'zone.js/dist/zone';
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';

Expand Down

0 comments on commit ed3b902

Please sign in to comment.