UI: Rename UsedCredentials.tsx.js to UsedCredentials.js

This commit is contained in:
Ilija Lazoroski 2022-07-15 11:08:51 +02:00
parent bfda71dd45
commit f417cff17b
2 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ import {
} from './security/issues/ZerologonIssue'; } from './security/issues/ZerologonIssue';
import {powershellIssueOverview, powershellIssueReport} from './security/issues/PowershellIssue'; import {powershellIssueOverview, powershellIssueReport} from './security/issues/PowershellIssue';
import {getCredentialsSecrets, getCredentialsUsernames} from './credentialParsing'; import {getCredentialsSecrets, getCredentialsUsernames} from './credentialParsing';
import UsedCredentials from './security/UsedCredentials.tsx'; import UsedCredentials from './security/UsedCredentials';
class ReportPageComponent extends AuthComponent { class ReportPageComponent extends AuthComponent {