Skip to content

Commit faedf5c

Browse files
Avoid deep import which does not work under nodenext.
1 parent 8553630 commit faedf5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/app/utils/theme/theme.chonk.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import {type Theme, useTheme} from '@emotion/react';
33
import styled, {
44
type CreateStyledComponent,
55
type FilteringStyledOptions,
6+
type StyledOptions,
67
} from '@emotion/styled';
7-
import type {StyledOptions} from '@emotion/styled/dist/declarations/src/types';
88
import color from 'color';
99

1010
import type {ColorMapping, FormTheme, Theme as SentryTheme} from './theme';

0 commit comments

Comments
 (0)