Skip to content

Commit 9aea717

Browse files
committed
feat: remove timezone
1 parent dee9a6d commit 9aea717

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

apps/frontend/src/components/settings/metric.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ const dateMetrics = [
1111

1212
import dayjs from 'dayjs';
1313
import timezone from 'dayjs/plugin/timezone';
14-
import { timezoneSaver } from '@gitroom/frontend/components/layout/set.timezone';
1514
dayjs.extend(timezone);
1615

1716
const MetricComponent = () => {

0 commit comments

Comments
 (0)