Add missing import
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
f2b2a04a21
commit
6568e22d70
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ import React from 'react';
|
|||
import QuestionDialog from './QuestionDialog';
|
||||
import { _t } from '../../../languageHandler';
|
||||
import SdkConfig from '../../../SdkConfig';
|
||||
import { IDialogProps } from "./IDialogProps";
|
||||
|
||||
interface IProps extends IDialogProps {
|
||||
host: string;
|
||||
|
|
Loading…
Reference in a new issue