Skip to content
Snippets Groups Projects
Commit 980d3f08 authored by Tom Robinson's avatar Tom Robinson
Browse files

Make test tree more consistent with src tree

parent f09b04b5
No related branches found
No related tags found
No related merge requests found
Showing
with 2 additions and 2 deletions
import _ from "underscore";
import Question from "metabase-lib/lib/Question";
import { getMode } from "metabase/qb/lib/modes";
import { getMode } from "metabase/modes/lib/modes";
import type {
ClickAction,
......
......@@ -24,7 +24,7 @@ import {
distribution,
toUnderlyingRecords,
drillUnderlyingRecords,
} from "metabase/qb/lib/actions";
} from "metabase/modes/lib/actions";
import _ from "underscore";
import { chain, assoc } from "icepick";
......
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