mirror of
https://github.com/lexogrine/dota2-react-hud.git
synced 2026-05-04 12:33:11 +02:00
Updated typings usage
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { Dota2 } from "dotagsi";
|
||||
import React from "react";
|
||||
import Observed from "./../Players/Observed";
|
||||
|
||||
@@ -5,7 +6,7 @@ import Observed from "./../Players/Observed";
|
||||
|
||||
|
||||
interface Props {
|
||||
game: any,
|
||||
game: Dota2,
|
||||
}
|
||||
|
||||
export default class Layout extends React.Component<Props> {
|
||||
|
||||
Reference in New Issue
Block a user