Skip to content

Commit

Permalink
fix(gatsby-theme-docz): wrong imports
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronauck committed Nov 19, 2020
1 parent fff507b commit ed169cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/gatsby-theme-docz/src/components/Sidebar/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/** @jsx jsx */
/** @jsxFrag React.Fragment */
import React, { forwardRef, useState, useRef, useEffect } from 'react'
import { Fragment, forwardRef, useState, useRef, useEffect } from 'react'
import { Global } from '@emotion/react'
import { jsx, Box } from 'theme-ui'
import { useMenus, useCurrentDoc } from 'docz'
Expand Down

0 comments on commit ed169cf

Please sign in to comment.