Skip to content
Snippets Groups Projects
Commit 73689990 authored by Atte Keinänen's avatar Atte Keinänen
Browse files

Remove unused import

parent 62e8389c
No related branches found
No related tags found
No related merge requests found
...@@ -31,7 +31,7 @@ import cx from "classnames"; ...@@ -31,7 +31,7 @@ import cx from "classnames";
export const ERROR_MESSAGE_GENERIC = "There was a problem displaying this chart."; export const ERROR_MESSAGE_GENERIC = "There was a problem displaying this chart.";
export const ERROR_MESSAGE_PERMISSION = "Sorry, you don't have permission to see this card." export const ERROR_MESSAGE_PERMISSION = "Sorry, you don't have permission to see this card."
import type { UnsavedCard, VisualizationSettings} from "metabase/meta/types/Card"; import type { VisualizationSettings} from "metabase/meta/types/Card";
import type { HoverObject, ClickObject, Series } from "metabase/meta/types/Visualization"; import type { HoverObject, ClickObject, Series } from "metabase/meta/types/Visualization";
import type { Metadata } from "metabase/meta/types/Metadata"; import type { Metadata } from "metabase/meta/types/Metadata";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment