Skip to content
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.

Commit

Permalink
fix: use React for JSX rendering in all cases
Browse files Browse the repository at this point in the history
  • Loading branch information
axe312ger committed Nov 23, 2021
1 parent c6734cd commit 85a0a9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions mdx/layout/offset.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @jsx jsx */
import { jsx } from '@emotion/react'
import { useMemo } from 'react'
import React, { useMemo } from 'react'
import propTypes from 'prop-types'
import { useBreakpoint } from '@gatsby-mdx-suite/helpers/hooks/use-breakpoint'
import { css } from '@emotion/react'
Expand Down
4 changes: 1 addition & 3 deletions themes/docs/src/components/live-editor/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/** @jsx jsx */
import { jsx } from '@emotion/react'
import { useCallback, useState, useMemo, useContext } from 'react'
import React, { useCallback, useState, useMemo, useContext } from 'react'
import propTypes from 'prop-types'
import styled from '@emotion/styled'
import tw from 'twin.macro'
Expand Down

0 comments on commit 85a0a9b

Please sign in to comment.