feat: lint

This commit is contained in:
shinya
2025-08-21 21:31:53 +08:00
parent 391ec3143e
commit e31b362726
3 changed files with 5 additions and 11 deletions

View File

@@ -2,7 +2,7 @@
'use client';
import { Cat, Clover, Film, Home, Search, Star, Tv } from 'lucide-react';
import { Cat, Clover, Film, Home, Star, Tv } from 'lucide-react';
import Link from 'next/link';
import { usePathname } from 'next/navigation';
import { useEffect, useState } from 'react';