Implemented BingoController
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import styles from './page.module.css'
|
||||
import Bingo from './components/bingo.tsx'
|
||||
import BingoController from './components/bingocontroller.tsx'
|
||||
|
||||
export default function Home(){
|
||||
const items=["test1", "test2", "test3", "test4", "test5"];
|
||||
return(
|
||||
<main className={styles.main}>
|
||||
<h1 align="center">Buzzword Bingo</h1>
|
||||
<Bingo size={2} items={items}/>
|
||||
<BingoController/>
|
||||
</main>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user