Remove faulty import

This commit is contained in:
Daniel Kluge 2021-12-14 23:02:33 +01:00
parent e6475bca37
commit d8b9881c98

View File

@ -1,5 +1,4 @@
import type { NextPage } from 'next'
import REPLInput from '../components/REPLInput'
const Home: NextPage = () => {
return (