Skip to content

Commit

Permalink
feat: delete boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
wkylin committed Jan 15, 2025
1 parent 8d3f731 commit 98ae1fe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ import Meteors from '@stateless/Meteors'
import CompareAll from '@stateless/CompareAll'
import TextLoader from '@stateless/TextLoader'
import FloatAny from '@stateless/FloatAny'

Check warning on line 49 in src/pages/home/index.jsx

View workflow job for this annotation

GitHub Actions / Qodana for JS

Unused import

Unused import FloatAny from '@stateless/FloatAny'
import BackgroundBoxes from '@stateless/BackgroundBoxes'
// import BackgroundBoxes from '@stateless/BackgroundBoxes'
import TypeWriter from '@stateless/TypeWriter'
import SlideText from '@stateless/SlideText'
import SparklesCore from '@stateless/Sparkles'
Expand Down Expand Up @@ -359,7 +359,7 @@ const Home = () => {
particleColor="#FFFFFF"
/>
</section>
<section
{/* <section
style={{
marginBottom: 15,
fontSize: 20,
Expand All @@ -371,7 +371,7 @@ const Home = () => {
className="bg-slate-900"
>
<BackgroundBoxes />
</section>
</section> */}
<section
onMouseEnter={handleMouseEnter}
ref={mouseEnterRef}
Expand Down

0 comments on commit 98ae1fe

Please sign in to comment.