Skip to content

Commit

Permalink
fix: button from theme-ui imports
Browse files Browse the repository at this point in the history
atanasster committed Jun 10, 2020
1 parent 78730a5 commit 526720b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/specification/src/stories/controls-button.stories.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import { Button } from '@theme-ui/components';
import { Button } from 'theme-ui';
import { ControlTypes } from '@component-controls/specification';
import { ButtonControl } from './components/ButtonControl';

2 changes: 1 addition & 1 deletion core/specification/src/stories/controls-object.stories.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { ControlTypes } from '@component-controls/specification';
import { Button } from '@theme-ui/components';
import { Button } from 'theme-ui';
import { ObjectControl } from './components/ObjectControl';

export default {

0 comments on commit 526720b

Please sign in to comment.