File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import React , { Component } from 'react' ;
2
- import { Link , Switch , Route , Redirect } from 'react-router-dom'
2
+ import { Link , Switch , Route , Redirect } from 'react-router-dom' ;
3
3
import { Container } from 'reactstrap' ;
4
4
import Header from '../../components/Header/' ;
5
5
import Sidebar from '../../components/Sidebar/' ;
6
6
import Breadcrumb from '../../components/Breadcrumb/' ;
7
7
import Aside from '../../components/Aside/' ;
8
8
import Footer from '../../components/Footer/' ;
9
9
10
- import Dashboard from '../../views/Dashboard/'
10
+ import Dashboard from '../../views/Dashboard/' ;
11
11
12
12
class Full extends Component {
13
13
render ( ) {
Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import ReactDOM from 'react-dom' ;
3
- import { HashRouter , Route , Switch } from 'react-router-dom'
3
+ import { HashRouter , Route , Switch } from 'react-router-dom' ;
4
4
import { createBrowserHistory } from 'history' ;
5
5
6
6
// Styles
You can’t perform that action at this time.
0 commit comments