Commit da925c2
authored
fix(with-vite-react): Remove unused React import to fix build error (#11162)
### Description
<!--
✍️ Write a short summary of your work.
If necessary, include relevant screenshots.
-->
When generating a new project using the with-vite-react example, running
the build command fails due to a TypeScript compilation error flagging
an unused variable (React) in apps/web/src/main.tsx.
### The Solution
Removed the unused import React from 'react' statement in
apps/web/src/main.tsx.1 parent 9ed9b33 commit da925c2
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
0 commit comments