import styles from './page.module.css' import Bingo from './components/bingo.tsx' export default function Home(){ const items=["test1", "test2", "test3", "test4", "test5"]; return(

Buzzword Bingo

); }