Skip to content

Commit

Permalink
fix(dropdown): revise user import path
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong committed Apr 1, 2024
1 parent 1da2651 commit fc2c55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/dropdown/__tests__/dropdown.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import * as React from "react";
import {act, render} from "@testing-library/react";
import {Button} from "@nextui-org/button";
import userEvent from "@testing-library/user-event";
import {User} from "@nextui-org/user";

import {Dropdown, DropdownTrigger, DropdownMenu, DropdownItem, DropdownSection} from "../src";
import {User} from "../../User/src";

describe("Dropdown", () => {
it("should render correctly (static)", () => {
Expand Down

0 comments on commit fc2c55a

Please sign in to comment.