Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSpencer committed Jan 19, 2024
1 parent 7598fad commit ea34d4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stories/Components/ActionLink.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { ActionLink } from '../../src';
import { Meta, StoryObj } from '@storybook/react';
import { expect } from '@storybook/jest';
import { within, userEvent } from '@storybook/testing-library';

const meta: Meta<typeof ActionLink> = {
title: 'Components/ActionLink',
Expand Down

0 comments on commit ea34d4b

Please sign in to comment.