Merge pull request #1301 from nbarkhina/master

fixed path to WordGameListItem
This commit is contained in:
Hugo Bernier 2020-05-30 23:04:33 -04:00 committed by GitHub
commit 02bb8d1db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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');