fix: github actions (#483)

fix: test unused
This commit is contained in:
Jérémy M
2023-06-30 10:35:59 +02:00
committed by GitHub
parent 433962321a
commit 8e319900d0
5 changed files with 40 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import styled from '@emotion/styled';
import { boolean, select, text, withKnobs } from '@storybook/addon-knobs';
import { text, withKnobs } from '@storybook/addon-knobs';
import { expect, jest } from '@storybook/jest';
import type { Meta, StoryObj } from '@storybook/react';
import { userEvent, within } from '@storybook/testing-library';