TZ importing deleted

This commit is contained in:
Yulia Shanyrova 2022-11-04 14:59:00 +01:00
parent a05962cf8e
commit 032664e365

View file

@ -5,7 +5,6 @@ import { getLocationSrv } from '@grafana/runtime';
import { Button, HorizontalGroup, VerticalGroup, IconButton, ToolbarButton, Icon, Modal } from '@grafana/ui';
import cn from 'classnames/bind';
import dayjs from 'dayjs';
import timezone from 'dayjs/plugin/timezone';
import { omit } from 'lodash-es';
import { observer } from 'mobx-react';
@ -28,7 +27,6 @@ import { withMobXProviderContext } from 'state/withStore';
import { getStartOfWeek } from './Schedule.helpers';
import styles from './Schedule.module.css';
dayjs.extend(timezone);
const cx = cn.bind(styles);
interface SchedulePageProps extends AppRootProps, WithStoreProps {}