From 68ddf557fcf3c2610b890b7c0a55cbaf667ff5d2 Mon Sep 17 00:00:00 2001 From: neilomen Date: Sat, 30 May 2020 14:18:14 -0400 Subject: [PATCH] fixed path to WordGameListItem --- .../src/webparts/wordGame/components/WordGame.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/react-word-game/src/webparts/wordGame/components/WordGame.tsx b/samples/react-word-game/src/webparts/wordGame/components/WordGame.tsx index 68af1ad5a..501faa4d7 100644 --- a/samples/react-word-game/src/webparts/wordGame/components/WordGame.tsx +++ b/samples/react-word-game/src/webparts/wordGame/components/WordGame.tsx @@ -1,9 +1,8 @@ import * as React from 'react'; import styles from './WordGame.module.scss'; import { IWordGameProps, IWordGameState } from './IWordGameProps'; -import { WordService, Game } from './WordService'; +import { WordService, Game, WordGameListItem } from './WordService'; import WordHighScores from './WordHighScores'; -import { WordGameListItem } from '../../../../lib/webparts/wordGame/components/WordService'; // tslint:disable-next-line: no-any const logo: any = require('../assets/ajax-loader.gif');