Skip to content

Commit

Permalink
use updated names
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolodavis committed Mar 24, 2020
1 parent cdb2cb1 commit b3bf93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/react-web/package.json
Expand Up @@ -18,9 +18,9 @@
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.6.2",
"@babel/preset-react": "^7.0.0",
"bgio-sandbox": "file:../../../bgio-sandbox",
"bgio-ui": "file:../../../svg",
"chess.js": "^0.10.2",
"open-tabletop": "file:../../../open-tabletop",
"open-tabletop-svg": "file:../../../svg",
"parcel-plugin-svelte": "^4.0.4",
"react": "^16.9.0",
"react-dom": "^16.9.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-web/src/tic-tac-toe/ui.js
Expand Up @@ -7,7 +7,7 @@
*/

import React from 'react';
import { Init, ApplyActions } from 'bgio-ui';
import { Init, ApplyActions } from 'open-tabletop-svg';
import { Client } from 'boardgame.io/client';
import { Debug } from 'boardgame.io/debug';
import TicTacToe from './game';
Expand Down

0 comments on commit b3bf93a

Please sign in to comment.