Skip to content

Commit

Permalink
fix: fix errors
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrKarpovich committed Oct 14, 2024
1 parent 4ebb340 commit b930286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { createBrowserRouter, RouterProvider } from "react-router-dom";
import reportWebVitals from "./reportWebVitals";
import ReactDOM from "react-dom/client";

import Header from "./components/Header/Header";
// import Header from "./components/Header/Header";
import LoginRoute from "./pages/LoginRoute";
import CalendarRoute from "./pages/CalendarRoute";
import { AuthProvider } from './context/AuthContext';
Expand Down

0 comments on commit b930286

Please sign in to comment.