Skip to content

Commit ab09e9e

Browse files
authored
Fix outdated reference to @emotion/core (#1926)
1 parent 62d579e commit ab09e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/404.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @flow
22
/** @jsx jsx */
3-
import { jsx } from '@emotion/core'
3+
import { jsx } from '@emotion/react'
44
import Layout from '../layouts'
55

66
const NotFoundPage = () => {

0 commit comments

Comments
 (0)