Skip to content

Commit a97d826

Browse files
committed
fix: solve headless linter warnings
1 parent 0e4a36d commit a97d826

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/headless/src/components/tooltip/tooltip.stories.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import { userEvent, within } from '@storybook/testing-library';
21
import { Meta, StoryObj } from 'storybook-framework-qwik';
32
import { Tooltip, TooltipProps } from './tooltip';
4-
import { expect } from '@storybook/jest';
53

64
const meta: Meta<TooltipProps> = {
75
component: Tooltip,

0 commit comments

Comments
 (0)