Skip to content

Commit

Permalink
fix: React is not a type (continued) (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhngharry authored Jun 17, 2024
1 parent 8d78b08 commit 487c71c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Toggle.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/toggle.module.scss";

Expand Down

0 comments on commit 487c71c

Please sign in to comment.