Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit ed169cf

Browse files
committed
fix(gatsby-theme-docz): wrong imports
1 parent fff507b commit ed169cf

File tree

1 file changed

+1
-2
lines changed
  • core/gatsby-theme-docz/src/components/Sidebar

1 file changed

+1
-2
lines changed

Diff for: core/gatsby-theme-docz/src/components/Sidebar/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/** @jsx jsx */
2-
/** @jsxFrag React.Fragment */
3-
import React, { forwardRef, useState, useRef, useEffect } from 'react'
2+
import { Fragment, forwardRef, useState, useRef, useEffect } from 'react'
43
import { Global } from '@emotion/react'
54
import { jsx, Box } from 'theme-ui'
65
import { useMenus, useCurrentDoc } from 'docz'

0 commit comments

Comments
 (0)