Skip to content

Commit

Permalink
Fix import typo
Browse files Browse the repository at this point in the history
  • Loading branch information
codetheweb committed Jan 20, 2024
1 parent 0a05024 commit d350f14
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 d350f14

Please sign in to comment.