feat: Add date formatting utility functions and integrate them across components

This commit is contained in:
Chop
2025-06-19 23:29:06 +02:00
parent 306c96328e
commit 639179ed21
11 changed files with 118 additions and 74 deletions

View File

@@ -13,6 +13,7 @@ import {
parseISO,
formatDistanceToNow,
} from "date-fns";
import { formatDate } from "@/lib/utils";
export default function ProjectTasksDashboard() {
const [allTasks, setAllTasks] = useState([]);