1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

unused component

This commit is contained in:
David Baker
2020-01-28 17:21:42 +00:00
parent e1e35a53e4
commit 5e1b42b350

View File

@@ -387,7 +387,6 @@ export default class CreateSecretStorageDialog extends React.PureComponent {
// https://github.com/vector-im/riot-web/issues/11696 // https://github.com/vector-im/riot-web/issues/11696
const DialogButtons = sdk.getComponent('views.elements.DialogButtons'); const DialogButtons = sdk.getComponent('views.elements.DialogButtons');
const Field = sdk.getComponent('views.elements.Field'); const Field = sdk.getComponent('views.elements.Field');
const AccessibleButton = sdk.getComponent('elements.AccessibleButton');
let authPrompt; let authPrompt;
let nextCaption = _t("Next"); let nextCaption = _t("Next");