import PreferencesView from './preferences-view/preferences-view.js'; import TranslationKey from '../common/translation-key/translation-key.js'; customElements.define('preferences-view', PreferencesView); customElements.define('translation-key', TranslationKey);