mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 22:57:12 +01:00
Refactor: removed default exports.
This commit is contained in:
parent
cd944e14ce
commit
f83a12d6cd
343 changed files with 555 additions and 1046 deletions
|
|
@ -2,7 +2,7 @@
|
|||
import { IntlProvider } from 'react-intl';
|
||||
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
||||
import { ZenProvider } from '@umami/react-zen';
|
||||
import ErrorBoundary from '@/components/common/ErrorBoundary';
|
||||
import { ErrorBoundary } from '@/components/common/ErrorBoundary';
|
||||
import { useLocale } from '@/components/hooks';
|
||||
import 'chartjs-adapter-date-fns';
|
||||
import { useEffect } from 'react';
|
||||
|
|
@ -48,5 +48,3 @@ export function Providers({ children }) {
|
|||
</ZenProvider>
|
||||
);
|
||||
}
|
||||
|
||||
export default Providers;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue