add web client test

This commit is contained in:
Géry Debongnie
2019-02-06 10:42:00 +01:00
parent 9b947d8118
commit 78e8986ae9
4 changed files with 172 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export interface MenuInfo {
roots: number[];
}
interface Props {
export interface Props {
menuInfo: MenuInfo;
}