File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11/** @jsx jsx */
2+ /** @jsxRuntime classic */
23import { jsx } from 'theme-ui'
34import { ThemeProvider } from 'theme-ui'
45import theme from '../theme'
Original file line number Diff line number Diff line change 11/** @jsx jsx */
2+ /** @jsxRuntime classic */
23import { jsx } from 'theme-ui'
34import Link from 'next/link'
45
Original file line number Diff line number Diff line change 11/** @jsx jsx */
2+ /** @jsxRuntime classic */
23import { jsx } from 'theme-ui'
34import { useRouter } from 'next/router'
45import Link from 'next/link'
Original file line number Diff line number Diff line change 11/** @jsx jsx */
2+ /** @jsxRuntime classic */
23import { jsx } from 'theme-ui'
34import Link from 'next/link'
45
Original file line number Diff line number Diff line change 11/** @jsx jsx */
2- import { jsx } from 'theme-ui'
2+ /** @jsxRuntime classic */
3+ import { jsx } from 'theme-ui' ;
34import Link from 'next/link'
45
56const Nav = ( ) => (
You can’t perform that action at this time.
0 commit comments