chore: Enforce consistent type imports via @typescript-eslint/consistent-type-imports (#2545)
This commit is contained in:
committed by
dermotduffy
parent
8f4ebcc0de
commit
7dc29865b8
@@ -1,5 +1,5 @@
|
||||
import { CardFullscreenAPI } from '../types';
|
||||
import { FullscreenHandler } from './types';
|
||||
import type { CardFullscreenAPI } from '../types';
|
||||
import type { FullscreenHandler } from './types';
|
||||
|
||||
export class FullscreenProviderBase {
|
||||
protected _api: CardFullscreenAPI;
|
||||
|
||||
Reference in New Issue
Block a user