Skip to content

Commit

Permalink
Fix ava/internal ESM type module
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jan 21, 2024
1 parent 0a05024 commit c3e2c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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;

Expand Down

0 comments on commit c3e2c72

Please sign in to comment.