Skip to content

Commit

Permalink
Fix outdated reference to @emotion/core (#1926)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarist authored Jul 6, 2020
1 parent 62d579e commit ab09e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/404.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// @flow
/** @jsx jsx */
import { jsx } from '@emotion/core'
import { jsx } from '@emotion/react'
import Layout from '../layouts'

const NotFoundPage = () => {
Expand Down

0 comments on commit ab09e9e

Please sign in to comment.