Skip to content

Commit

Permalink
fix: Use type imports on src/index
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlanjc committed Feb 28, 2023
1 parent a4c52d3 commit ee807dc
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/theme-ui/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
import {
jsx as coreJsx,
ThemeUIJSX,
type ThemeUIStyleObject,
} from '@theme-ui/core'
import { jsx as coreJsx } from '@theme-ui/core'
import type { ThemeUIJSX, ThemeUIStyleObject } from '@theme-ui/core'
import React from 'react'

export {
__ThemeUIContext,
merge,
Expand Down

0 comments on commit ee807dc

Please sign in to comment.