Skip to content

Commit

Permalink
Add missing React imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
huwshimi committed Jan 25, 2024
1 parent 661be5b commit 60a2e4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import { render, screen } from "@testing-library/react";

import SideNavigationText from "./SideNavigationText";
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import React from "react";
import classNames from "classnames";
import type { HTMLProps, PropsWithChildren } from "react";

Expand Down

0 comments on commit 60a2e4d

Please sign in to comment.