File tree 1 file changed +0
-2
lines changed
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,6 @@ import "assets/vendor/@fortawesome/fontawesome-free/css/all.min.css";
38
38
import "assets/scss/argon-dashboard-pro-react.scss?v1.1.0" ;
39
39
40
40
import AdminLayout from "layouts/Admin.js" ;
41
- import RTLLayout from "layouts/RTL.js" ;
42
41
import AuthLayout from "layouts/Auth.js" ;
43
42
import IndexView from "views/Index.js" ;
44
43
const CALLBACK_PATH = '/login/callback' ;
@@ -61,7 +60,6 @@ ReactDOM.render(
61
60
< Route path = { CALLBACK_PATH }
62
61
component = { LoginCallback } />
63
62
< Route path = "/admin" render = { props => < AdminLayout { ...props } /> } />
64
- < Route path = "/rtl" render = { props => < RTLLayout { ...props } /> } />
65
63
< Route path = "/auth" render = { props => < AuthLayout { ...props } /> } />
66
64
< Route path = "/" render = { props => < IndexView { ...props } /> } />
67
65
< Redirect from = "*" to = "/" />
You can’t perform that action at this time.
0 commit comments