chore: fix typo SecurityRequirement

fixes #571
This commit is contained in:
Roman Hotsiy 2018-07-23 11:20:55 +03:00
parent 21f34b1e59
commit 59e05fbe75
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import * as React from 'react';
import { SecurityRequirements } from '../SecurityRequirement/SecuirityRequirement';
import { SecurityRequirements } from '../SecurityRequirement/SecurityRequirement';
import { observer } from 'mobx-react';