From c267e80424a3bc22dd56698d5b7b167ea6b96a61 Mon Sep 17 00:00:00 2001 From: MariaZ Date: Tue, 20 Sep 2022 10:29:40 +0200 Subject: [PATCH] Remove unnecessary import of labels --- components/stats.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/stats.js b/components/stats.js index 3e40998..adcfa2a 100644 --- a/components/stats.js +++ b/components/stats.js @@ -12,7 +12,6 @@ import StatsTable from './common/StatsTable' import cycleModule from '../lib/cycle' import { getCycleLengthStats as getCycleInfo } from '../lib/cycle-length' -import { stats as labels } from '../i18n/en/labels' import { Containers, Sizes, Spacing, Typography } from '../styles'