Skip to content

Commit

Permalink
module name
Browse files Browse the repository at this point in the history
  • Loading branch information
alanlong9278 committed Feb 22, 2020
1 parent cd45b6c commit cd3a822
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { measureJsonBoundary } from '../layouters/measureJsonBoundary';
import { ElementIcon } from '../utils/obiPropertyResolver';
import { FormCard } from '../components/nodes/templates/FormCard';
import { NodeProps } from '../components/nodes/nodeProps';
import { ListOverview } from '../components/common/ListOverView';
import { ListOverview } from '../components/common/ListOverview';
import { getUserAnswersTitle } from '../components/nodes/utils';
import { ChoiceInputSize, ChoiceInputMarginTop } from '../constants/ElementSizes';
import { UI_ELEMENT_KEY } from '../components/elements/styledComponents.types';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { generateSDKTitle } from '@bfc/shared';

import { ObiColors } from '../constants/ElementColors';
import { FormCard } from '../components/nodes/templates/FormCard';
import { ListOverview } from '../components/common/ListOverView';
import { ListOverview } from '../components/common/ListOverview';
import { WidgetContainerProps, WidgetComponent } from '../schema/uischema.types';
import { NodeMenu } from '../components/menus/NodeMenu';
import { PropertyAssignmentSize, AssignmentMarginTop } from '../constants/ElementSizes';
Expand Down

0 comments on commit cd3a822

Please sign in to comment.