Skip to content

Commit 19d2e49

Browse files
committed
fix: format
1 parent 97be0d9 commit 19d2e49

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.storybook/preview.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { Box, Skeleton } from '@chakra-ui/react'
66
import { ThemeProvider } from '@opengovsg/design-system-react'
77
import { withThemeFromJSXProvider } from '@storybook/addon-themes'
88
import {
9-
type Loader,
109
type Args,
1110
type Decorator,
12-
type ReactRenderer,
11+
type Loader,
1312
type Parameters,
13+
type ReactRenderer,
1414
} from '@storybook/react'
1515
import { QueryClient, QueryClientProvider } from '@tanstack/react-query'
1616
import { httpBatchLink } from '@trpc/client'
@@ -33,9 +33,9 @@ import Suspense from '~/components/Suspense'
3333
import { env } from '~/env.mjs'
3434
import { LoginStateContext } from '~/features/auth'
3535
import { type AppRouter } from '~/server/modules/_app'
36-
import { theme } from '~/theme'
37-
import { viewport } from '~/stories/utils/viewports'
3836
import { withChromaticModes } from '~/stories/utils/chromatic'
37+
import { viewport } from '~/stories/utils/viewports'
38+
import { theme } from '~/theme'
3939

4040
// Initialize MSW
4141
initialize({

src/stories/Page/SgidSelectProfilePage.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { Meta, StoryObj } from '@storybook/react'
22
import { authSgidHandlers } from 'tests/msw/handlers/auth/sgid'
3+
34
import SelectProfilePage from '~/pages/sign-in/select-profile'
45
import { withChromaticModes } from '../utils/chromatic'
56

0 commit comments

Comments
 (0)