]> PHS Git Server - phs-admin.git/commitdiff
Working on tailwind and styles.
authorcharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 17:12:58 +0000 (12:12 -0500)
committercharleswrayjr <charleswrayjr@gmail.com>
Sat, 13 Sep 2025 17:12:58 +0000 (12:12 -0500)
src/app/utils.js

index 256a39553dbb43116dda3a016f43ad271d4e797b..7e3ab29da0ff544a0bb1b0b1ec82343b07bc9af7 100755 (executable)
@@ -1,3 +1,4 @@
+import _ from '@lodash';
 export const getFormattedDate = (date) => {
        return new Date(date).toLocaleString('en-US', {
     year: 'numeric',