imbric-theme 0.2.5 → 0.2.6
Sign up to get free protection for your applications and to get access to all the features.
@@ -15,7 +15,7 @@ import {
|
|
15
15
|
SidebarContent,
|
16
16
|
} from "react-pro-sidebar"
|
17
17
|
|
18
|
-
import styles from './Sidebar.module.css'
|
18
|
+
// import styles from './Sidebar.module.css'
|
19
19
|
//import sidebar css from react-pro-sidebar module and our custom css
|
20
20
|
// import "react-pro-sidebar/dist/css/styles.css"
|
21
21
|
|
@@ -309,4 +309,4 @@ Sidebar.defaultProps = {
|
|
309
309
|
getStyles: () => { },
|
310
310
|
}
|
311
311
|
|
312
|
-
export default withStyles(
|
312
|
+
export default withStyles(subItems)(Sidebar)
|