Fix Clock is defined but never used

Signed-off-by: gearnode <bryan@frimin.fr>
This commit is contained in:
gearnode
2025-03-09 15:42:18 +01:00
parent 2b262a429d
commit c46166ab40

View File

@@ -6,7 +6,7 @@ import {
usePreloadedQuery,
useQueryLoader,
} from "react-relay";
import { Shield, MoveUpRight, Clock, Plus } from "lucide-react";
import { Shield, MoveUpRight, Plus } from "lucide-react";
import { Card, CardContent } from "@/components/ui/card";
import { Avatar, AvatarFallback } from "@/components/ui/avatar";
import { Button } from "@/components/ui/button";