Skip to content

Commit

Permalink
fix: React is not a type (#783)
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri authored Jun 16, 2024
1 parent 6f210f8 commit 8d78b08
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Button.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type React from "react";
// biome-ignore lint/style/useImportType: React is not a type
import React from "react";

import styles from "../styles/modules/button.module.scss";

Expand Down

0 comments on commit 8d78b08

Please sign in to comment.