From f9429d4575677beba5f48053558c40ec0447c648 Mon Sep 17 00:00:00 2001 From: charleswrayjr Date: Sat, 13 Sep 2025 12:12:58 -0500 Subject: [PATCH] Working on tailwind and styles. --- src/app/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/utils.js b/src/app/utils.js index 256a395..7e3ab29 100755 --- a/src/app/utils.js +++ b/src/app/utils.js @@ -1,3 +1,4 @@ +import _ from '@lodash'; export const getFormattedDate = (date) => { return new Date(date).toLocaleString('en-US', { year: 'numeric', -- 2.43.0