Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Oct 5, 2023
1 parent 87bfe21 commit 7e31496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {KeyPaths} from './utils/types/KeyPaths'
import primitives from './legacy-theme/js/index.js'
import primitives from './legacy-theme/js/index'
import {partitionColors, fontStack, omitScale} from './utils/theme'

// const {lineHeight: lineHeights} = primitives.typography
Expand Down

0 comments on commit 7e31496

Please sign in to comment.