Fixed lint issue of AuthorizationUtils (#496)

This commit is contained in:
Sunil Kumar Yadav
2021-03-09 06:40:26 +05:30
committed by GitHub
parent 4807169b0c
commit 9c28b7f9c5
3 changed files with 0 additions and 9 deletions

View File

@@ -1,7 +1,6 @@
import { AuthType } from "../AuthType";
import * as Constants from "../Common/Constants";
import * as Logger from "../Common/Logger";
import { configContext, Platform } from "../ConfigContext";
import * as ViewModels from "../Contracts/ViewModels";
import { userContext } from "../UserContext";