Fix deepscan

This commit is contained in:
Kasper Peulen 2022-11-17 16:41:02 +01:00
parent 59610613a1
commit 119080c89b
3 changed files with 0 additions and 3 deletions

View File

@ -1,4 +1,3 @@
import React from 'react';
import { Button } from './Button';
// More on how to set up stories at: https://storybook.js.org/docs/7.0/react/writing-stories/introduction

View File

@ -1,4 +1,3 @@
import React from 'react';
import { Header } from './Header';
export default {

View File

@ -1,4 +1,3 @@
import React from 'react';
import { within, userEvent } from '@storybook/testing-library';
import { Page } from './Page';