mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Refactored icons.
This commit is contained in:
parent
18eceee4c4
commit
99330a1a4d
86 changed files with 310 additions and 273 deletions
|
|
@ -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 };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue