From d8b9881c98cb4e1547f708697845c077d983e200 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Tue, 14 Dec 2021 23:02:33 +0100 Subject: [PATCH] Remove faulty import --- pages/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index e713d90..7c06fcf 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -1,5 +1,4 @@ import type { NextPage } from 'next' -import REPLInput from '../components/REPLInput' const Home: NextPage = () => { return (