too many words
This commit is contained in:
parent
df22477000
commit
9970de958f
1 changed files with 9 additions and 9 deletions
|
@ -2,13 +2,13 @@ import { Title } from "solid-start";
|
|||
import BadassMap from "~/components/BadassMap";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<Title>Lightning</Title>
|
||||
<h1>RIDE THE LIGHTNING</h1>
|
||||
<BadassMap />
|
||||
<p>Click and drag to watch me explode!
|
||||
</p>
|
||||
</main>
|
||||
);
|
||||
return (
|
||||
<main>
|
||||
<Title>Lightning</Title>
|
||||
<h1>Lightning</h1>
|
||||
<BadassMap />
|
||||
<p>Click and drag to watch me explode!
|
||||
</p>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue