Skip to content

Commit

Permalink
add lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mcwinter07 committed Nov 21, 2024
1 parent 91f7122 commit 04e5092
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from "react"
import { Meta, StoryObj } from "@storybook/react"
import { userEvent, waitFor, within, expect, fn } from "@storybook/test"
import { userEvent, waitFor, within, expect } from "@storybook/test"
import { VisuallyHidden } from "~components/VisuallyHidden"
import { Icon } from "~components/__future__/Icon"
import { LinkButton } from "../index"
Expand Down

0 comments on commit 04e5092

Please sign in to comment.