Merge pull request #29 from himanshu-source21/ft-saas-opensource-parity-1

Remove unused ref
This commit is contained in:
Ankit Nayan 2021-02-23 20:21:00 +05:30 committed by GitHub
commit 2169f5498c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 4 deletions

View File

@ -8,8 +8,7 @@ import {
EyeInvisibleOutlined,
} from "@ant-design/icons";
import { StoreState } from "../../reducers";
import { useAuthenticationData } from "../../hooks/authentication";
import { TOKEN_DATE } from "../../../../../sass/frontend/src/constants/accessToken";
import { Alert } from "antd";
interface InstrumentationPageProps {}

View File

@ -8,8 +8,6 @@ import {
EyeInvisibleOutlined,
} from "@ant-design/icons";
import { StoreState } from "../../reducers";
import { useAuthenticationData } from "../../hooks/authentication";
import { TOKEN_DATE } from "../../../../../sass/frontend/src/constants/accessToken";
import { Alert } from "antd";
interface SettingsPageProps {}