Form fix
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-10-02 16:57:44 +02:00
parent fd6de8e621
commit 5951a0bf16
4 changed files with 38 additions and 66 deletions

View File

@@ -14,6 +14,7 @@ declare module "@tanstack/react-router" {
}
}
// biome-ignore lint/style/noNonNullAssertion: React entrypoint
createRoot(document.getElementById("root")!).render(
<StrictMode>
<ReactRuntime.Provider runtime={runtime}>