diff --git a/ui/src/hosts/containers/HostPage.js b/ui/src/hosts/containers/HostPage.js index f690b4bddc..2b4dd753ca 100644 --- a/ui/src/hosts/containers/HostPage.js +++ b/ui/src/hosts/containers/HostPage.js @@ -1,6 +1,5 @@ import React, {PropTypes} from 'react'; // TODO: move this to a higher level package than chronograf? -import FlashMessages from 'shared/components/FlashMessages'; import LayoutRenderer from '../components/LayoutRenderer'; import {fetchLayouts} from '../apis'; import _ from 'lodash';