Skip to content

Commit

Permalink
Add minor adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
jessiehuff committed Jul 2, 2019
1 parent 903dbb4 commit 5fd39b9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import React from 'react';
import * as React from 'react';
import { mount } from 'enzyme';
import { Stack } from './Stack';
import { StackItem } from './StackItem';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: 'Stack'
cssPrefix: 'pf-l-stack'
section: 'layouts'
propComponents: ['Stack', 'StackItem']
typescript: true
---

import { Stack, StackItem } from '@patternfly/react-core';
Expand Down

0 comments on commit 5fd39b9

Please sign in to comment.