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