Skip to content

Commit

Permalink
fix lint errors (#10918)
Browse files Browse the repository at this point in the history
Co-authored-by: Elizabeth Thompson <elizabeth@preset.io>
  • Loading branch information
Elizabeth Thompson and eschutho committed Sep 16, 2020
1 parent 5099dbe commit a3519b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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
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 a3519b4

Please sign in to comment.