Skip to content

Commit

Permalink
rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
radubrehar committed Jul 4, 2024
1 parent 8c5e599 commit 5b37a76
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getDataSourceContext } from '../DataSourceContext';
import { DataSourceMasterDetailContextValue, DataSourceState } from '..';
import { getDataSourceMasterDetailContext } from '../DataSourceMasterDetailContext';

export function useDataSource<T>(): DataSourceState<T> {
export function useDataSourceState<T>(): DataSourceState<T> {
const DataSourceContext = getDataSourceContext<T>();
const contextValue = React.useContext(DataSourceContext);

Expand Down

0 comments on commit 5b37a76

Please sign in to comment.