Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
Signed-off-by: Aura6 <aura1391215@gmail.com>
  • Loading branch information
zilosz committed Jan 13, 2023
1 parent 81a4b99 commit 284f9d4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tornjak-frontend/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ import KeycloakService from "./auth/KeycloakAuth";

const renderApp = () =>
ReactDOM.render(
<App />,
<React.StrictMode>
<App />
</React.StrictMode>,
document.getElementById('root')
);

Expand Down

0 comments on commit 284f9d4

Please sign in to comment.