format code

This commit is contained in:
2025-07-25 01:10:00 +02:00
parent 3bcd2e16a2
commit d08290ce3d
5 changed files with 14 additions and 12 deletions

View File

@@ -4,6 +4,7 @@ import { createRoot } from "react-dom/client";
import "./index.css";
import App from "./App.tsx";
// biome-ignore lint/style/noNonNullAssertion: if the root element is not found, the app should not render
createRoot(document.getElementById("root")!).render(
<StrictMode>
<App />