Skip to content

Commit

Permalink
FIX linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ndelangen committed Dec 10, 2019
1 parent 9aebb63 commit 058faef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/rax-kitchen-sink/src/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createElement, render } from 'rax';
import App from './components/App/index';
import { App } from './components/App/index';

render(<App />);
4 changes: 2 additions & 2 deletions examples/rax-kitchen-sink/src/stories/addon-jest.stories.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { createElement } from 'rax';
import { withTests } from '@storybook/addon-jest';
import App from '../components/App';
import Welcome from '../components/Welcome';
import { App } from '../components/App';
import { Welcome } from '../components/Welcome';
// eslint-disable-next-line
import results from '../../jest-test-results.json';

Expand Down

0 comments on commit 058faef

Please sign in to comment.