Skip to content

Commit

Permalink
fix: react
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Jan 20, 2025
1 parent 0105b85 commit da6eacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/stateless/SparklesText/index.jsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { CSSProperties, ReactElement, useEffect, useState } from 'react'
import React, { CSSProperties, ReactElement, useEffect, useState } from 'react'

Check warning on line 1 in src/components/stateless/SparklesText/index.jsx

View workflow job for this annotation

GitHub Actions / Qodana for JS

Unused import

Unused import specifier ReactElement

Check warning on line 1 in src/components/stateless/SparklesText/index.jsx

View workflow job for this annotation

GitHub Actions / Qodana for JS

Unused import

Unused import specifier CSSProperties

Check failure on line 1 in src/components/stateless/SparklesText/index.jsx

View workflow job for this annotation

GitHub Actions / Qodana for JS

ESLint

ESLint: Install the 'eslint' package
import { motion } from 'motion/react'
import clsx from 'clsx'

Expand Down

0 comments on commit da6eacf

Please sign in to comment.