Skip to content
Snippets Groups Projects
Unverified Commit 800a2f13 authored by Gustavo Saiani's avatar Gustavo Saiani Committed by GitHub
Browse files

Remove export from component not used out of module (#24189)

parent 96360bc3
Branches
Tags
No related merge requests found
......@@ -13,7 +13,7 @@ import PivotByLocationDrill from "../drill/PivotByLocationDrill";
import TimeseriesGroupingWidget from "metabase/modes/components/TimeseriesGroupingWidget";
export const TimeseriesModeFooter = props => {
const TimeseriesModeFooter = props => {
return (
<div className="flex layout-centered">
<span className="mr1">{t`View`}</span>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment