Adding copy of files for grid outline effect

This commit is contained in:
aronmal 2022-10-24 18:24:39 +02:00
parent 40a5cdcd8a
commit 5dfe83d470
Signed by: aronmal
GPG key ID: 816B7707426FC612
3 changed files with 128 additions and 2 deletions

View file

@ -1,5 +1,6 @@
// import Gamefield from './components/Gamefield';
import Homepage from './components/Homepage';
// import Homepage from './components/Homepage';
import Homepage2 from './components/Homepage2';
import './styles/App.scss';
function App() {
@ -8,8 +9,9 @@ function App() {
return (
<div className="App">
<header className="App-header">
<Homepage/>
{/* <Gamefield/> */}
{/* <Homepage/> */}
<Homepage2/>
</header>
</div>
);