fix(ts) apply import linting rules to TS files too

This commit is contained in:
Saúl Ibarra Corretgé
2025-06-04 17:17:18 +02:00
committed by Saúl Ibarra Corretgé
parent e2337e8db8
commit be9e1136de
51 changed files with 108 additions and 94 deletions

View File

@@ -39,9 +39,9 @@ import { init } from '../../actions.web';
import { maybeShowSuboptimalExperienceNotification } from '../../functions.web';
import {
AbstractConference,
type AbstractProps,
abstractMapStateToProps
} from '../AbstractConference';
import type { AbstractProps } from '../AbstractConference';
import ConferenceInfo from './ConferenceInfo';
import { default as Notice } from './Notice';