New structure and more tabbing
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import type { NextPage } from "next";
|
||||
import REPLInput from "../components/REPLInput";
|
||||
import REPL from "../components/REPL";
|
||||
|
||||
const Home: NextPage = () => {
|
||||
return (
|
||||
<REPLInput />
|
||||
<REPL />
|
||||
);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user