Skip to content

Commit 7b18e8c

Browse files
committed
Fixes pragma and pragmaFrag runtime error with theme ui
1 parent e2110d7 commit 7b18e8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/nav.jsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/** @jsx jsx */
2-
import { jsx } from 'theme-ui'
2+
/** @jsxRuntime classic */
3+
import { jsx } from "theme-ui";
34
import Link from 'next/link'
45

56
const Nav = () => (

0 commit comments

Comments
 (0)