Skip to content

Commit

Permalink
moved utils dir back in root
Browse files Browse the repository at this point in the history
  • Loading branch information
sergesoroka committed Sep 18, 2024
1 parent 4a7718c commit 2d516f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import ReactDOM from "react-dom/client";
import App from "./App.jsx";
import "./index.css";

import keycloak from "./utils/keycloak.jsx";
import keycloak from "../utils/keycloak.jsx";

const router = createBrowserRouter(
[
Expand All @@ -18,7 +18,7 @@ const router = createBrowserRouter(
);

ReactDOM.createRoot(document.getElementById("root")).render(

<ReactKeycloakProvider authClient={keycloak}>
<RouterProvider router={router} />
</ReactKeycloakProvider>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 2d516f1

Please sign in to comment.