Rename all non-snake-case JS/TS imports

[MAILPOET-4938]
This commit is contained in:
Jan Jakes
2023-09-26 14:02:21 +02:00
committed by Aschepikov
parent c8fc6bf49a
commit d664f60e4b
439 changed files with 970 additions and 967 deletions

View File

@@ -1,4 +1,4 @@
import { ConfigComponent } from 'newsletter_editor/components/config';
import { ConfigComponent } from 'newsletter-editor/components/config';
const expect = global.expect;