Skip to content

Commit

Permalink
Fix deepscan
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperpeulen committed Oct 30, 2022
1 parent 4e0edcf commit 15631b2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import React from 'react';

import { Button } from './Button';

// More on default export: https://storybook.js.org/docs/react/writing-stories/introduction#default-export
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { Header } from './Header';

export default {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import React from 'react';
import { within, userEvent } from '@storybook/testing-library';

import { Page } from './Page';
Expand Down

0 comments on commit 15631b2

Please sign in to comment.