Satisfy build errors

Somehow an unused FlashMessages snuck in during the rebase. Also there
were places where Mappings was expecting a *string, but we were passing
a string. I believe this is because the autogenerated code creates
*string, and I modified it to use strings at one point. Everywhere
should use *string now.
pull/10616/head
Tim Raymond 2016-10-27 12:10:16 -04:00
parent a4793bdefc
commit 9aa83112c2
1 changed files with 0 additions and 1 deletions

View File

@ -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';