install and use luxon for date and tz functions

This commit is contained in:
Dobromir Popov
2024-05-05 01:42:11 +03:00
parent 0348a2603b
commit 2cea934efd
6 changed files with 65 additions and 24 deletions

View File

@ -9,7 +9,7 @@ import common from '../../src/helpers/common';
import { toast } from 'react-toastify';
import { ToastContainer } from 'react-toastify';
import 'react-toastify/dist/ReactToastify.css';
import moment from 'moment';
import moment from 'moment'; // ToDo: obsolete, remove it
import 'moment/locale/bg'; // Import Bulgarian locale
import { ArrowLeftCircleIcon } from '@heroicons/react/24/outline';