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,5 +1,5 @@
import { App } from 'newsletter_editor/App';
import { HeaderBlock } from 'newsletter_editor/blocks/header';
import { App } from 'newsletter-editor/app';
import { HeaderBlock } from 'newsletter-editor/blocks/header';
const expect = global.expect;
const sinon = global.sinon;