Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffrey Chong committed Sep 5, 2024
1 parent f5731aa commit dd1bb4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/SplitButton/SplitButton.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from "react"
import { screen, waitFor, render } from "@testing-library/react"
import userEvent from "@testing-library/user-event"
import { vi } from "vitest"
import { MenuItem, MenuList } from "~components/Button"
import { MenuItem, MenuList } from "~components/__actions__/v2"
import { SplitButton, SplitButtonProps } from "./SplitButton"

const user = userEvent.setup()
Expand Down

0 comments on commit dd1bb4e

Please sign in to comment.