Remove unused ref

This commit is contained in:
Himanshu DIxit 2021-02-23 20:19:05 +05:30
parent c708b29657
commit dd5357b975
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 {}