Skip to content

Commit f3c6c4d

Browse files
committed
fix(docs): import from @emotion/react
1 parent 6821c5c commit f3c6c4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/src/components/layout.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { jsx, Themed } from 'theme-ui'
33
import { MDXProvider } from '@mdx-js/react'
44
import { Location } from '@reach/router'
55
import { Container } from '@theme-ui/components'
6-
import { Global } from '@emotion/core'
6+
import { Global } from '@emotion/react'
77

88
import { SEO } from './seo'
99
import { MarkdownNavLink, MarkdownLink } from './markdown-link'

0 commit comments

Comments
 (0)