fix broken storybook for Pipelines; Table could not be loaded since the default export was removed when migrated to JDL

This commit is contained in:
Cliff Meyers 2016-06-06 13:43:03 -04:00
parent 62e65db1a6
commit 51a136ea61
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import React from 'react';
import { storiesOf } from '@kadira/storybook';
import PipelineRowItem from '../PipelineRowItem.jsx';
import { PipelineRecord } from '../records.jsx';
import Table from '@jenkins-cd/design-language';
import { Table } from '@jenkins-cd/design-language';
/*
First example of using storybook