Skip to content

Commit

Permalink
fix for import sidebar components
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjanusz committed May 9, 2019
1 parent 1ef836c commit 480aa87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/sidebar.jsx
Expand Up @@ -2,8 +2,8 @@ import PropTypes from 'prop-types'
import React from 'react'
import { Link } from 'gatsby'

import SidebarSections from './SidebarSections'
import SidebarSearch from './SidebarSearch'
import SidebarSections from './sidebarSections'
import SidebarSearch from './sidebarSearch'

class Sidebar extends React.Component {
constructor(props) {
Expand Down

0 comments on commit 480aa87

Please sign in to comment.