UI: Fix lint error (#5756)

This commit is contained in:
Vivek Ratnavel Subramanian 2022-06-29 10:33:16 -07:00 committed by GitHub
parent 286fe5bdd7
commit f24590539e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,6 +21,7 @@ import React, {
RefObject,
useCallback,
useEffect,
useMemo,
useState,
} from 'react';
import { useHistory, useLocation } from 'react-router-dom';