install and use luxon for date and tz functions
This commit is contained in:
@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user