Skip to content

Commit a5d70f1

Browse files
constantiniusLms24
authored andcommitted
fix(frontend): missing import (#12029)
Fix missing import Unified use of spaces in import statements
1 parent 23fc85b commit a5d70f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

develop-docs/frontend/using-styled-components.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ The `style` and `css` attributes can be used, but the values of `style` are not
112112
```tsx
113113
import styled from '@emotion/styled';
114114
import {css} from '@emotion/react';
115+
import {space} from 'sentry/styles/space';
115116

116117
// ✅ Don't be afraid of inline styles for one-off values
117118
const Grid = styled('div')`

0 commit comments

Comments
 (0)