import moment-timezone not moment

This commit is contained in:
Zach Hawtof 2023-11-14 22:37:37 -05:00
parent fc51397336
commit 93d2d8c08b
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 * as yup from 'yup';
import { UNIT_TYPES } from './constants'; import { UNIT_TYPES } from './constants';