import { NextPage } from "next"; import styles from "../../styles/REPL/REPLHistory.module.css"; const REPLHistory: NextPage<{history: string[]}> = ({history}) => { return