Skip to content

Commit

Permalink
chore(create-vite): remove unnecessary App class Reference (#12771)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldeandradelopes committed Apr 13, 2023
1 parent 12ff365 commit 1607f4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/create-vite/template-react-ts/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function App() {
const [count, setCount] = useState(0)

return (
<div className="App">
<div>
<div>
<a href="https://vitejs.dev" target="_blank">
<img src={viteLogo} className="logo" alt="Vite logo" />
Expand Down
2 changes: 1 addition & 1 deletion packages/create-vite/template-react/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function App() {
const [count, setCount] = useState(0)

return (
<div className="App">
<div>
<div>
<a href="https://vitejs.dev" target="_blank">
<img src={viteLogo} className="logo" alt="Vite logo" />
Expand Down

0 comments on commit 1607f4a

Please sign in to comment.