File tree 2 files changed +1
-2
lines changed
src/pages/DeploymentSettingsPage/NotificationsPage
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ import { HelmetProvider } from "react-helmet-async";
31
31
import { QueryClient , QueryClientProvider , parseQueryArgs } from "react-query" ;
32
32
import { withRouter } from "storybook-addon-remix-react-router" ;
33
33
import "theme/globalFonts" ;
34
- import themes from "../src/theme" ;
35
34
import { TimeSyncProvider } from "../src/hooks/useTimeSync" ;
35
+ import themes from "../src/theme" ;
36
36
37
37
DecoratorHelpers . initializeThemeState ( Object . keys ( themes ) , "dark" ) ;
38
38
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ import {
14
14
withDashboardProvider ,
15
15
withGlobalSnackbar ,
16
16
withOrganizationSettingsProvider ,
17
- withTimeSyncProvider ,
18
17
} from "testHelpers/storybook" ;
19
18
import type { NotificationsPage } from "./NotificationsPage" ;
20
19
You can’t perform that action at this time.
0 commit comments