File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- <!doctype html>
1
+ <!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
4
< meta charset ="UTF-8 " />
5
5
< link rel ="icon " type ="image/svg+xml " href ="/vite.svg " />
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
7
- < title > Vite + React + TS </ title >
7
+ < title > React Form Test </ title >
8
8
</ head >
9
9
< body >
10
10
< div id ="root "> </ div >
Original file line number Diff line number Diff line change 1
- import { StrictMode } from ' react'
2
- import { createRoot } from ' react-dom/client'
3
- import ' ./index.css'
4
- import App from ' ./App.tsx'
1
+ import { StrictMode } from " react" ;
2
+ import { createRoot } from " react-dom/client" ;
3
+ import " ./index.css" ;
4
+ import App from " ./App.tsx" ;
5
5
6
- createRoot ( document . getElementById ( ' root' ) ! ) . render (
6
+ createRoot ( document . getElementById ( " root" ) ! ) . render (
7
7
< StrictMode >
8
8
< App />
9
- </ StrictMode > ,
10
- )
9
+ </ StrictMode >
10
+ ) ;
You can’t perform that action at this time.
0 commit comments