Skip to content

Commit ed83c9a

Browse files
committed
fix(_nav): no anonymous default export
1 parent f0c0585 commit ed83c9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/containers/_nav.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React from 'react'
22
import CIcon from '@coreui/icons-react'
33

4-
export default [
4+
const _nav = [
55
{
66
_tag: 'CSidebarNavItem',
77
name: 'Dashboard',
@@ -309,3 +309,4 @@ export default [
309309
}
310310
]
311311

312+
export default _nav

0 commit comments

Comments
 (0)