Skip to content

Commit 6bc8c92

Browse files
committed
Renamed useFocusedContext file to match the export name
1 parent e01bd43 commit 6bc8c92

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export * from './useFocusable';
2-
export * from './useFocusedContext';
2+
export * from './useFocusContext';
33
export * from './SpatialNavigation';

src/useFocusable.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
FocusDetails,
1515
KeyPressDetails
1616
} from './SpatialNavigation';
17-
import { useFocusContext } from './useFocusedContext';
17+
import { useFocusContext } from './useFocusContext';
1818

1919
export type EnterPressHandler<P = object> = (
2020
props: P,

0 commit comments

Comments
 (0)