You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now our import statements look like import * as moment from 'moment'; but we should change them to be import moment from 'moment'; then we can use the esmoduleInterop flag in our tsconfigs.