Skip to content

Commit

Permalink
fix: Import
Browse files Browse the repository at this point in the history
  • Loading branch information
bprusinowski committed Jan 7, 2025
1 parent f45cc7b commit 5c0f681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/charts/shared/containers.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { ReactNode, useEffect, useRef } from "react";
import { useChartState } from "@/charts/shared/chart-state";
import { CalculationToggle } from "@/charts/shared/interactive-filter-calculation-toggle";
import { useObserverRef } from "@/charts/shared/use-size";
import { getChartConfig } from "@/config-utils";
import {
getChartConfig,
hasChartConfigs,
isLayoutingFreeCanvas,
useConfiguratorState,
Expand Down

0 comments on commit 5c0f681

Please sign in to comment.