@gaddario98/react-core 2.0.4 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import React, { ReactNode, PropsWithChildren } from 'react';
1
+ import React, { PropsWithChildren, ReactNode } from 'react';
2
2
 
3
3
  type ProviderConfig = React.ComponentType<{
4
4
  children: ReactNode;
@@ -1,7 +1,7 @@
1
1
  import * as jotai from 'jotai';
2
2
  import * as jotai_utils from 'jotai/utils';
3
3
  import * as _tanstack_react_query from '@tanstack/react-query';
4
- import { UseQueryOptions, useQuery, UseMutationOptions, MutateOptions, useMutation, UseMutationResult, QueryClient } from '@tanstack/react-query';
4
+ import { useMutation, MutateOptions, UseMutationOptions, UseQueryOptions, useQuery, UseMutationResult, QueryClient } from '@tanstack/react-query';
5
5
  import { NotificationConfig } from '@gaddario98/react-notifications';
6
6
  import { AxiosRequestConfig } from 'axios';
7
7
  import * as _gaddario98_react_state from '@gaddario98/react-state';