Adding copy of files for grid outline effect
This commit is contained in:
parent
40a5cdcd8a
commit
5dfe83d470
3 changed files with 128 additions and 2 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue