chg: dev: more, massive refactor for front-end #4
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useRef } from 'react';
|
||||
import { QueryClient, QueryClientProvider } from '@tanstack/react-query';
|
||||
import { GameProvider } from './contexts/GameContext';
|
||||
import { GameProvider } from './contexts/GameProvider';
|
||||
import { GameBoard } from './components/GameBoard';
|
||||
|
||||
const queryClient = new QueryClient();
|
||||
|
||||
Reference in New Issue
Block a user