import { Button, Grid, TextField, Typography } from "@mui/material"; import React from "react"; export default function IntroWordRepresentation({ wordOne, onChangeWordOne, onPressButton, }) { return ( <> Active Words's List ); }