Skip to content

Commit 3733b30

Browse files
committed
remove rtl layout
1 parent 743da49 commit 3733b30

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.js

-2
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ import "assets/vendor/@fortawesome/fontawesome-free/css/all.min.css";
3838
import "assets/scss/argon-dashboard-pro-react.scss?v1.1.0";
3939

4040
import AdminLayout from "layouts/Admin.js";
41-
import RTLLayout from "layouts/RTL.js";
4241
import AuthLayout from "layouts/Auth.js";
4342
import IndexView from "views/Index.js";
4443
const CALLBACK_PATH = '/login/callback';
@@ -61,7 +60,6 @@ ReactDOM.render(
6160
<Route path={CALLBACK_PATH}
6261
component={LoginCallback} />
6362
<Route path="/admin" render={props => <AdminLayout {...props} />} />
64-
<Route path="/rtl" render={props => <RTLLayout {...props} />} />
6563
<Route path="/auth" render={props => <AuthLayout {...props} />} />
6664
<Route path="/" render={props => <IndexView {...props} />} />
6765
<Redirect from="*" to="/" />

0 commit comments

Comments
 (0)