Skip to content

Commit

Permalink
Update routes.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ammar-ahmed-butt committed Mar 20, 2024
1 parent 8825d3e commit baa60a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes.js
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ Coded by www.creative-tim.com
11. The `component` key is used to store the component of its route.
*/
// Material Dashboard 2 PRO React layouts
import react-app from "react-app";
import reactapp from "react-app";
import * as Sentry from "@sentry/react";
import Analytics from "layouts/dashboards/analytics";
import Sales from "layouts/dashboards/sales";
@@ -89,7 +89,7 @@ Sentry.init({

const container = document.getElementById("react-app");
const root = createRoot(container);
root.render(<react-app />);
root.render(<reactapp />);

// Material Dashboard 2 PRO React components
import MDAvatar from "components/MDAvatar";

0 comments on commit baa60a0

Please sign in to comment.