Skip to content

Commit

Permalink
chore: remove useless code in preact template (#7789)
Browse files Browse the repository at this point in the history
  • Loading branch information
fireairforce committed Apr 18, 2022
1 parent a7fd416 commit e5729be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-vite/template-preact/src/app.jsx
@@ -1,6 +1,6 @@
import { Logo } from './logo'

export function App(props) {
export function App() {
return (
<>
<Logo />
Expand Down

0 comments on commit e5729be

Please sign in to comment.