diff --git a/src/sentry/static/sentry/app/views/projectsDashboard/index.jsx b/src/sentry/static/sentry/app/views/projectsDashboard/index.jsx index 3439d49aeb1a4d..f9d5bff14d1f06 100644 --- a/src/sentry/static/sentry/app/views/projectsDashboard/index.jsx +++ b/src/sentry/static/sentry/app/views/projectsDashboard/index.jsx @@ -5,8 +5,8 @@ import React from 'react'; import styled from '@emotion/styled'; import uniq from 'lodash/uniq'; import flatten from 'lodash/flatten'; - import * as Sentry from '@sentry/react'; + import {sortProjects} from 'app/utils'; import {t} from 'app/locale'; import LoadingError from 'app/components/loadingError';