chore: rename index.ts
to mitt.ts
(#11134)
This commit is contained in:
parent
5a3c49b8f7
commit
e45f20b52a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user