From: charleswrayjr Date: Sat, 13 Sep 2025 17:13:30 +0000 (-0500) Subject: Working on tailwind and styles. X-Git-Url: https://git.phasecustomsoft.com/static/gitweb.css?a=commitdiff_plain;h=032547c9a42c70c2b7ead679969617a18e65a4fb;p=phs-admin.git Working on tailwind and styles. --- 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',