Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesmockett committed Mar 27, 2024
1 parent ef957b7 commit 5ed321a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { css } from '@emotion/react';
import * as presets from './css';
import { space } from '../space/space';
import { palette } from '../colour/palette';
import { typographyPresetPx } from '../utils/typography';

const presetTokens = tokens.typography.presets;
type Preset = keyof typeof presetTokens;
Expand Down

0 comments on commit 5ed321a

Please sign in to comment.