Update IWordGameProps.ts
This commit is contained in:
parent
f87f57e0a7
commit
3f98c20537
|
@ -1,6 +1,6 @@
|
|||
import { WordGameListItem } from "./WordService";
|
||||
import { GameState } from "./WordGame";
|
||||
import { WebPartContext } from "@microsoft/sp-webpart-base";
|
||||
import { WordGameListItem } from './WordService';
|
||||
import { GameState } from './WordGame';
|
||||
import { WebPartContext } from '@microsoft/sp-webpart-base';
|
||||
|
||||
export interface IWordGameProps {
|
||||
description: string;
|
||||
|
@ -19,5 +19,4 @@ export interface IWordGameState {
|
|||
lblMessage: string;
|
||||
highScores: WordGameListItem[];
|
||||
mobileMode: boolean;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue