Skip to content

Commit f0667c3

Browse files
committed
fix: game stream import
1 parent bbdfa14 commit f0667c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

electron/renderer/pages/grid.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type {
1414
GameEvent,
1515
RoomGameEvent,
1616
} from '../../common/game';
17-
import { GameStream } from '../components/game-stream';
17+
import { GameStream } from '../components/game';
1818
import { Grid } from '../components/grid';
1919
import { NoSSR } from '../components/no-ssr';
2020
import { useLogger } from '../hooks/logger';

0 commit comments

Comments
 (0)