First REPL mock
This commit is contained in:
@ -1,8 +1,9 @@
|
||||
import type { NextPage } from 'next'
|
||||
import REPLInput from '../components/REPLInput'
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<>Hallu</>
|
||||
<REPLInput />
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user