Skip to content

Commit

Permalink
adjust imports
Browse files Browse the repository at this point in the history
  • Loading branch information
thinknoack committed Dec 16, 2024
1 parent 9920d12 commit 068db59
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import React from "react";
import { render, screen } from "@testing-library/react";
import { UserCard, User } from "../user-card";
import type { User } from "../user-card";
import { UserCard } from "../user-card";

describe("UserCard Component", () => {
const baseUser: User = {
Expand Down

0 comments on commit 068db59

Please sign in to comment.