feat: SIP-34 card/grid views for dashboards and charts (#10526)

This commit is contained in:
ʈᵃᵢ
2020-08-13 14:46:56 -07:00
committed by GitHub
parent a3fd2b420e
commit db88cec431
31 changed files with 1020 additions and 306 deletions

View File

@@ -23,7 +23,7 @@ import configureStore from 'redux-mock-store';
import fetchMock from 'fetch-mock';
import { supersetTheme, ThemeProvider } from '@superset-ui/style';
import ListView from 'src/components/ListView/ListView';
import ListView from 'src/components/ListView';
import DashboardTable from 'src/welcome/DashboardTable';
// store needed for withToasts(DashboardTable)