mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 08:54:27 +02:00
Update player/shared components
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { QueryClientProvider } from '@tanstack/react-query';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
import { I18nextProvider } from 'react-i18next';
|
||||
import { QueryClientProvider } from 'react-query';
|
||||
import { queryClient } from '@/renderer/lib/react-query';
|
||||
import i18n from '../i18n/i18n';
|
||||
import { App } from './app';
|
||||
import { queryClient } from './lib';
|
||||
|
||||
const container = document.getElementById('root')!;
|
||||
const root = createRoot(container);
|
||||
|
||||
Reference in New Issue
Block a user