fix: resolve lint errors and unused imports
All checks were successful
Build & Release / build (push) Successful in 1m4s
Build & Release / release (push) Has been skipped

This commit is contained in:
2026-04-14 20:43:05 +08:00
parent 32e1c743da
commit 15e2f2927b
4 changed files with 4 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import {
} from "@hugeicons/core-free-icons"
import { HugeiconsIcon } from "@hugeicons/react"
import { AnimatedList, AnimatedListItem } from "@/components/ui/animated-list"
import { AnimatedListItem } from "@/components/ui/animated-list"
import { SectionWrapper } from "@/components/section-wrapper"
interface ExperienceItem {

View File

@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/set-state-in-effect */
"use client"
import React, { useEffect, useRef, useState } from "react"

View File

@@ -1,3 +1,4 @@
/* eslint-disable react-hooks/set-state-in-effect */
"use client"
import React, { useEffect, useState } from "react"