diff --git a/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx b/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx index 8c296f0c44..a28e6c813c 100644 --- a/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx +++ b/awx/ui_next/src/screens/Template/Survey/SurveyList.jsx @@ -13,7 +13,6 @@ import { import { CubesIcon } from '@patternfly/react-icons'; import styled from 'styled-components'; import ContentLoading from '../../../components/ContentLoading'; -// import ContentEmpty from '../../../components/ContentEmpty'; import AlertModal from '../../../components/AlertModal'; import { ToolbarAddButton } from '../../../components/PaginatedDataList';