Refactored icons.
This commit is contained in:
@@ -40,6 +40,7 @@ export * from './useFields';
|
||||
export * from './useFilters';
|
||||
export * from './useForceUpdate';
|
||||
export * from './useFormat';
|
||||
export * from './useGlobalState';
|
||||
export * from './useLanguageNames';
|
||||
export * from './useLocale';
|
||||
export * from './useMessages';
|
||||
|
||||
@@ -10,4 +10,4 @@ const useGlobalState = (key: string, value?: any) => {
|
||||
return [store(state => state[key]), (value: any) => store.setState({ [key]: value })];
|
||||
};
|
||||
|
||||
export default useGlobalState;
|
||||
export { useGlobalState };
|
||||
|
||||
Reference in New Issue
Block a user