diff --git a/entrypoints/internal.d.mts b/entrypoints/internal.d.mts index 753b780e5..8afc573ea 100644 --- a/entrypoints/internal.d.mts +++ b/entrypoints/internal.d.mts @@ -1,4 +1,4 @@ -import type {StateChangeEvent} from '../types/state-change-events.d'; +import type {StateChangeEvent} from '../types/state-change-events.d.cts'; export type Event = StateChangeEvent;