Skip to content

Commit

Permalink
Import * as React in @theme-ui/core
Browse files Browse the repository at this point in the history
  • Loading branch information
hasparus committed Jun 15, 2020
1 parent a9c8fd4 commit 96c707d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ import {
ThemeContext as EmotionContext,
InterpolationWithTheme,
} from '@emotion/core'
// @ts-ignore
import { css, Theme } from '@theme-ui/css'
import React from 'react'
import * as React from 'react'
import deepmerge from 'deepmerge'
import { version as __EMOTION_VERSION__ } from '@emotion/core/package.json'

Expand Down

0 comments on commit 96c707d

Please sign in to comment.