try to do better
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import { useState } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { Tag, TrendingDown, Plus, Trash2, RotateCcw, History, X, DollarSign, MessageSquare, Calendar } from 'lucide-react';
|
||||
import { CategoryWithRemaining } from '../../services';
|
||||
import type { CategoryWithRemaining } from '../../services';
|
||||
import { categoryService, expenseService } from '../../services';
|
||||
import { useExpenses } from '../../hooks';
|
||||
import { format } from '../../utils/format';
|
||||
import { Button, Input, Badge } from '../ui';
|
||||
import { Button, Input } from '../ui';
|
||||
|
||||
interface CategoryCardProps {
|
||||
category: CategoryWithRemaining;
|
||||
|
||||
Reference in New Issue
Block a user