We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ee4f72 commit 5ab68b8Copy full SHA for 5ab68b8
site/src/testHelpers/storybook.tsx
@@ -3,11 +3,7 @@ import type { FC } from "react";
3
import { withDefaultFeatures } from "api/api";
4
import type { Entitlements } from "api/typesGenerated";
5
import { DashboardContext } from "modules/dashboard/DashboardProvider";
6
-import {
7
- MockAppearanceConfig,
8
- MockBuildInfo,
9
- MockEntitlements,
10
-} from "./entities";
+import { MockAppearanceConfig, MockEntitlements } from "./entities";
11
12
export const withDashboardProvider = (
13
Story: FC,
0 commit comments