Skip to content

Commit 08b1b45

Browse files
committed
rm Promo.tsx
1 parent a72aacf commit 08b1b45

File tree

2 files changed

+0
-48
lines changed

2 files changed

+0
-48
lines changed

src/Promo.tsx

Lines changed: 0 additions & 46 deletions
This file was deleted.

src/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ import { render } from 'preact';
99
import About from './About';
1010
import Data from './Data';
1111
import Game from './Game';
12-
import Promo from './Promo';
1312
import Providers from './Providers';
1413
import Results from './Results';
1514
import './style.css';
1615

1716
const App = () => (
1817
<Providers>
1918
<h1>tpg solver</h1>
20-
<Promo />
2119
<Game />
2220
<Data />
2321
<Results />

0 commit comments

Comments
 (0)