Skip to content

Commit

Permalink
Renamed useFocusedContext file to match the export name
Browse files Browse the repository at this point in the history
  • Loading branch information
asgvard committed Jul 31, 2023
1 parent e01bd43 commit 6bc8c92
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './useFocusable';
export * from './useFocusedContext';
export * from './useFocusContext';
export * from './SpatialNavigation';
File renamed without changes.
2 changes: 1 addition & 1 deletion src/useFocusable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
FocusDetails,
KeyPressDetails
} from './SpatialNavigation';
import { useFocusContext } from './useFocusedContext';
import { useFocusContext } from './useFocusContext';

export type EnterPressHandler<P = object> = (
props: P,
Expand Down

0 comments on commit 6bc8c92

Please sign in to comment.