Compare commits

..

No commits in common. "2c0791b472ec25892f82503919a6c9e4ea97ff72" and "29b34775b6a2a6c2bceced47300029b5dd094725" have entirely different histories.

1 changed files with 1 additions and 3 deletions

View File

@ -8,9 +8,7 @@ export function App() {
return ( return (
<> <>
<div class="container"> <div class="container">
<figure id="sfw"> <figure id="sfw"></figure>
<img src={preactLogo} alt="" />
</figure>
</div> </div>
</> </>
) )