Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
saramiap committed Apr 26, 2024
1 parent 10e3d1a commit 0d870df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/react-template/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { TrilogyProviderStyled } from "@trilogy-ds/react/context/providerStyled"
import { Router } from "./router";

const rootElement = document.getElementById("root");
const root = ReactDOM.createRoot(rootElement); // Créez une racine
const root = ReactDOM.createRoot(rootElement);

root.render(
<React.StrictMode>
Expand Down

0 comments on commit 0d870df

Please sign in to comment.