chore: rename index.ts to mitt.ts (#11134)

This commit is contained in:
jrandolf 2023-10-11 16:57:27 +02:00 committed by GitHub
parent 5a3c49b8f7
commit e45f20b52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ import mitt, {
type Emitter,
type EventHandlerMap,
type EventType,
} from '../../third_party/mitt/index.js';
} from '../../third_party/mitt/mitt.js';
import {disposeSymbol} from '../util/disposable.js';
export type {
@ -26,7 +26,7 @@ export type {
* @public
*/
EventType,
} from '../../third_party/mitt/index.js';
} from '../../third_party/mitt/mitt.js';
/**
* @public