Update moment to moment-timezone

This commit is contained in:
Zach Hawtof 2023-11-14 22:44:32 -05:00
parent 8a4623eb7b
commit 9b54b3a3c7
No known key found for this signature in database

View File

@ -1,4 +1,4 @@
import moment from 'moment';
import moment from 'moment-timezone';
import * as yup from 'yup';
import { UNIT_TYPES } from './constants';