@@ -1,7 +1,7 @@
import styled from '@emotion/styled';
import {CodeSnippet} from 'sentry/components/codeSnippet';
-import space from 'sentry/styles/space';
+import {space} from 'sentry/styles/space';
type Props = {
/**
@@ -2,7 +2,7 @@ import {Theme, useTheme} from '@emotion/react';
import Color from 'color';
interface SizeProp {
size: 'md' | 'lg';
import {IconCheckmark, IconClose} from 'sentry/icons';
type BoxContent = {
text: string;
@@ -4,7 +4,7 @@ import styled from '@emotion/styled';
import LinkTo from '@storybook/addon-links/react';
import {IconArrow} from 'sentry/icons';
type Link = {
@@ -3,7 +3,7 @@ import {Theme, ThemeProvider, useTheme} from '@emotion/react';
import {IconMoon} from 'sentry/icons';
import {darkTheme, lightTheme} from 'sentry/utils/theme';
type ThemeName = 'dark' | 'light';
@@ -1,6 +1,6 @@
type TableCellProps = {
align: 'left' | 'right' | 'center';
@@ -2,7 +2,7 @@ import {useEffect} from 'react';
import tocbot from 'tocbot';
const Container = styled('div')`
height: 100%;
@@ -4,7 +4,7 @@ import Code from 'docs-ui/components/code';
import BooleanField from 'sentry/components/forms/fields/booleanField';
import SelectField from 'sentry/components/forms/fields/selectField';
import {iconProps} from './data';
import IconSample from './sample';
import {Hovercard} from 'sentry/components/hovercard';
import Details from './details';
@@ -3,7 +3,7 @@ import styled from '@emotion/styled';
import Fuse from 'fuse.js';
import Input from 'sentry/components/input';
import {IconData, iconGroups, IconPropName, iconProps, icons} from './data';
import IconEntry from './iconEntry';