Skip to content

Commit 30fc982

Browse files
authored
fix import
1 parent c66848b commit 30fc982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/MobileSideBarMenu/CustomSidebarItems.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { useState } from 'react';
22
import clsx from 'clsx';
33
import { useLocation } from '@docusaurus/router';
44
import Link from '@docusaurus/Link';
5-
import styles from './CustomSidebarItems.module.scss';
5+
import styles from './customSidebarItems.module.scss';
66

77
const CustomSidebarItems = ({ items, activePath, level = 1, onItemClick, isMenuVisible = true, forceCollapsible = false }) => {
88
const location = useLocation();
@@ -254,4 +254,4 @@ const CustomSidebarItems = ({ items, activePath, level = 1, onItemClick, isMenuV
254254
);
255255
};
256256

257-
export default CustomSidebarItems;
257+
export default CustomSidebarItems;

0 commit comments

Comments
 (0)