Skip to content

Commit

Permalink
Re-enable SSE
Browse files Browse the repository at this point in the history
  • Loading branch information
OotTheMonk committed May 14, 2023
1 parent 8c0ae29 commit b13eab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/game/play/Play.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import ChatCardDetail from '../components/elements/chatCardDetail/ChatCardDetail
import CardListZone from '../components/zones/cardListZone/CardListZone';
import ChainLinkSummaryContainer from '../components/elements/chainLinkSummary/ChainLinkSummary';
import ActiveLayersZone from '../components/zones/activeLayersZone/ActiveLayersZone';
import GameStateHandler from 'app/GameStateHandler';
import ExperimentalGameStateHandler from 'app/ExperimentalGameStateHandler';

function Play() {
return (
Expand All @@ -34,7 +34,7 @@ function Play() {
<OptionsMenu />
<PlayerInputPopUp />
<CardPortal />
<GameStateHandler />
<ExperimentalGameStateHandler />
<EventsHandler />
</div>
);
Expand Down

0 comments on commit b13eab6

Please sign in to comment.