Skip to content

Commit

Permalink
fix lint errors (apache#10918)
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Thompson <elizabeth@preset.io>
  • Loading branch information
2 people authored and auxten committed Nov 20, 2020
1 parent 86402a5 commit a7068c1
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 @@ -18,7 +18,7 @@
*/
import React from 'react';
import { useArgs } from '@storybook/client-api';
import Checkbox from './';
import Checkbox from '.';

export default {
title: 'Checkbox',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import {
} from 'spec/helpers/theming';

import Checkbox from '.';
import { CheckboxChecked, CheckboxUnchecked } from './../CheckboxIcons';
import { CheckboxChecked, CheckboxUnchecked } from '../CheckboxIcons';

describe('Checkbox', () => {
let wrapper: ReactWrapper;
Expand Down

0 comments on commit a7068c1

Please sign in to comment.