Skip to content

Commit

Permalink
fix(frontend): missing import (#12029)
Browse files Browse the repository at this point in the history
Fix missing import 
Unified use of spaces in import statements
  • Loading branch information
constantinius authored Dec 3, 2024
1 parent 1016c87 commit 3434128
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions develop-docs/frontend/using-styled-components.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ The `style` and `css` attributes can be used, but the values of `style` are not
```tsx
import styled from '@emotion/styled';
import {css} from '@emotion/react';
import {space} from 'sentry/styles/space';

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

0 comments on commit 3434128

Please sign in to comment.