refactor: remove QuickActionsSheet component for cleaner codebase

This commit is contained in:
Poyraz
2026-06-16 16:09:05 +03:00
parent 4a99db116a
commit 96eabeb48e
2 changed files with 1 additions and 123 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import Link from "next/link";
import { Badge, Card, CardContent } from "poyraz-ui/atoms";
import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from "poyraz-ui/molecules";
import { Bar, BarChart, CartesianGrid, ResponsiveContainer, Tooltip, XAxis, YAxis, Line, LineChart } from "recharts";
import { CheckCircle2, Wallet, FolderKanban, Activity, CalendarDays, Users } from "lucide-react";
import { CheckCircle2, Wallet, FolderKanban, Activity, Users } from "lucide-react";
export type DashboardData = {
tasks: { id: string; status: string; created_at: string; updated_at?: string; due_at?: string }[];