Skip to content

Commit 532ec85

Browse files
committed
fix: remove ghost import
1 parent 90f2146 commit 532ec85

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

site/.storybook/preview.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ import { HelmetProvider } from "react-helmet-async";
3131
import { QueryClient, QueryClientProvider, parseQueryArgs } from "react-query";
3232
import { withRouter } from "storybook-addon-remix-react-router";
3333
import "theme/globalFonts";
34-
import themes from "../src/theme";
3534
import { TimeSyncProvider } from "../src/hooks/useTimeSync";
35+
import themes from "../src/theme";
3636

3737
DecoratorHelpers.initializeThemeState(Object.keys(themes), "dark");
3838

site/src/pages/DeploymentSettingsPage/NotificationsPage/storybookUtils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import {
1414
withDashboardProvider,
1515
withGlobalSnackbar,
1616
withOrganizationSettingsProvider,
17-
withTimeSyncProvider,
1817
} from "testHelpers/storybook";
1918
import type { NotificationsPage } from "./NotificationsPage";
2019

0 commit comments

Comments
 (0)