fix: resolve TypeScript lint errors for successful build

This commit is contained in:
backuppc
2025-12-30 14:18:05 +09:00
parent 959b1b685d
commit 8d6183715a
2 changed files with 22 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
import React, { useState, useRef, useEffect } from 'react';
import { useState, useRef, useEffect } from 'react';
import { ChevronLeft, ChevronRight, Calendar as CalendarIcon } from 'lucide-react';
import clsx from 'clsx';