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

@@ -1,4 +1,4 @@
import { Geist, Geist_Mono, Inter } from "next/font/google" import { Geist_Mono, Inter } from "next/font/google"
import "./globals.css" import "./globals.css"
import { ThemeProvider } from "@/components/theme-provider" import { ThemeProvider } from "@/components/theme-provider"

View File

@@ -8,7 +8,7 @@ import {
} from "@hugeicons/core-free-icons" } from "@hugeicons/core-free-icons"
import { HugeiconsIcon } from "@hugeicons/react" 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" import { SectionWrapper } from "@/components/section-wrapper"
interface ExperienceItem { interface ExperienceItem {

View File

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

View File

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