diff --git a/components/stats/DeviceUsageTable.tsx b/components/stats/DeviceUsageTable.tsx index 8ab1a9e..57bf0df 100644 --- a/components/stats/DeviceUsageTable.tsx +++ b/components/stats/DeviceUsageTable.tsx @@ -1,4 +1,4 @@ -import { Card, CardContent } from "@/components/ui/card"; +import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { Table, TableBody, TableCell, TableHead, TableHeader, TableRow } from "@/components/ui/table"; export interface DeviceUsageRow { @@ -15,6 +15,9 @@ export function DeviceUsageTable({ devices }: { devices: DeviceUsageRow[] }) { if (devices.length === 0) { return ( + + Device usage + No device activity yet. ); @@ -22,6 +25,9 @@ export function DeviceUsageTable({ devices }: { devices: DeviceUsageRow[] }) { return ( + + Device usage +