File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react'
2
2
import CIcon from '@coreui/icons-react'
3
- import {
4
- cilHeart ,
5
- cilCloudUpload ,
6
- } from '@coreui/icons'
3
+ import { cilHeart , cilCloudUpload } from '@coreui/icons'
7
4
// import {MdCloudUpload} from 'react-icons/md'
8
5
import { CNavGroup , CNavItem , CNavTitle } from '@coreui/react'
9
6
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ const About = React.lazy(() => import('./views/about/About'))
4
4
const Dashboard = React . lazy ( ( ) => import ( './views/dashboard/Dashboard' ) )
5
5
const Colors = React . lazy ( ( ) => import ( './views/theme/colors/Colors' ) )
6
6
const Typography = React . lazy ( ( ) => import ( './views/theme/typography/Typography' ) )
7
- const Upload = React . lazy ( ( ) => import ( './views/dashboard/Dashboard ' ) )
7
+ const Upload = React . lazy ( ( ) => import ( './views/buttons/buttons/Buttons ' ) )
8
8
9
9
// Base
10
10
const Accordion = React . lazy ( ( ) => import ( './views/base/accordion/Accordion' ) )
You can’t perform that action at this time.
0 commit comments