Skip to content

Commit

Permalink
Fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ovidiuch committed Mar 3, 2024
1 parent 9432a00 commit 8f062ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { useCurrentInputValue } from './useCurrentInputValue.js';
import { useInputFixtureState } from './useInputFixtureState.js';
import { useSetInputValue } from './useSetInputValue.js';
import { useInputFixtureState } from './useValueFixtureState.js';

export function useInput<T>(
inputName: string,
Expand Down

0 comments on commit 8f062ab

Please sign in to comment.