Compare commits
No commits in common. "2c0791b472ec25892f82503919a6c9e4ea97ff72" and "29b34775b6a2a6c2bceced47300029b5dd094725" have entirely different histories.
2c0791b472
...
29b34775b6
|
@ -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>
|
||||||
</>
|
</>
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue