/ concept-collection / benchcompress
Sign in
concept-collection / benchcompress
benchcompress / web-ui / src / main.tsx
10 lines · 235 BCodeBlameHistory
2f82381Update benchmark results from 2025-07-24 16:44:35 [skip ci]GitHub Actions Bot 1import { StrictMode } from "react";
2import { createRoot } from "react-dom/client";
3import "./index.css";
4import App from "./App.tsx";
6createRoot(document.getElementById("root")!).render(
7 <StrictMode>
8 <App />
9 </StrictMode>,
10);
moveopenescclose