Fix compilation and runtime errors

This commit is contained in:
Francisco Pessano
2025-07-13 21:01:10 -03:00
committed by GitHub
parent a5f0f63a9c
commit b03c2ec0c8
2 changed files with 48 additions and 47 deletions

View File

@@ -12,7 +12,6 @@ import {
} from '@tanstack/react-table';
import { ArrowUpDown, ArrowUp, ArrowDown, Search, ExternalLink, Twitter, Check, X } from 'lucide-react';
import { formatDistanceToNow } from 'date-fns';
import { useState, useEffect } from 'react';
import type { TwitterProject } from '@/lib/csv-loader';
import { Button } from './ui/button';
import { Input } from './ui/input';