Skip to content

Commit

Permalink
fix(_nav): no anonymous default export
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Dec 14, 2020
1 parent f0c0585 commit ed83c9a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/containers/_nav.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from 'react'
import CIcon from '@coreui/icons-react'

export default [
const _nav = [
{
_tag: 'CSidebarNavItem',
name: 'Dashboard',
Expand Down Expand Up @@ -309,3 +309,4 @@ export default [
}
]

export default _nav

0 comments on commit ed83c9a

Please sign in to comment.