File tree Expand file tree Collapse file tree 2 files changed +0
-7
lines changed
Expand file tree Collapse file tree 2 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 88 < meta name ="theme-color " content ="#161616 " />
99 < link rel ="icon " href ="/favicon.ico " sizes ="48x48 " />
1010 < link rel ="apple-touch-icon " href ="/apple-touch-icon.png " />
11- < script >
12- console . log ( "index.html loaded at" , new Date ( ) . toISOString ( ) ) ;
13- </ script >
1411 < script >
1512 ( ( ) => {
1613 const LIGHT_BACKGROUND = "#ffffff" ;
Original file line number Diff line number Diff line change 1- console . log ( "main.tsx loaded at" , new Date ( ) . toISOString ( ) ) ;
2-
31import React from "react" ;
42import ReactDOM from "react-dom/client" ;
53import { RouterProvider } from "@tanstack/react-router" ;
@@ -28,5 +26,3 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
2826 < RouterProvider router = { router } />
2927 </ React . StrictMode > ,
3028) ;
31-
32- console . log ( "main.tsx rendered at" , new Date ( ) . toISOString ( ) ) ;
You can’t perform that action at this time.
0 commit comments